Skip to content

Fix agentic-wiki-writer: add pull-requests permission and default toolset#220

Merged
mrjf merged 2 commits intowiki-workflowsfrom
copilot/sub-pr-210
Feb 28, 2026
Merged

Fix agentic-wiki-writer: add pull-requests permission and default toolset#220
mrjf merged 2 commits intowiki-workflowsfrom
copilot/sub-pr-210

Conversation

Copy link
Contributor

Copilot AI commented Feb 28, 2026

The agentic-wiki-writer workflow's triage step inspects PR metadata and changed files on pull_request events, but lacked the permissions and toolset access required to do so.

Changes

  • Permissions — Added pull-requests: read and issues: read alongside contents: read
  • GitHub toolset — Changed toolsets: [repos]toolsets: [default] to expose pull_request_read APIs at runtime
permissions:
  contents: read
  issues: read
  pull-requests: read
tools:
  github:
    toolsets: [default]

💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: mrjf <180956+mrjf@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Feb 28, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.50.7
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.50.7 --jq .object.sha (http block)
  • https://api.github.com/repos/githubnext/agentics/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --all --json id,name,path,state (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Address feedback on agentic-wiki workflows PR Fix agentic-wiki-writer: add pull-requests permission and default toolset Feb 28, 2026
@mrjf mrjf marked this pull request as ready for review February 28, 2026 15:01
@mrjf mrjf merged commit f7d408d into wiki-workflows Feb 28, 2026
@mrjf mrjf deleted the copilot/sub-pr-210 branch February 28, 2026 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants