From 371a0cd05df93d63dc72d1eb3152a292245f3df6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 30 Oct 2025 09:04:58 +0000 Subject: [PATCH] Sync github-agentic-workflows.instructions.md with v0.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated GitHub toolset configuration based on documentation changes: - Add missing 'search' toolset to complete list - Emphasize preference for toolset over allowed configuration - Add recommended toolset combinations for common use cases - Clarify that toolset and allowed can be used together 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .../instructions/github-agentic-workflows.instructions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/instructions/github-agentic-workflows.instructions.md b/.github/instructions/github-agentic-workflows.instructions.md index 72ffe591375..46c4f1f9c29 100644 --- a/.github/instructions/github-agentic-workflows.instructions.md +++ b/.github/instructions/github-agentic-workflows.instructions.md @@ -121,10 +121,12 @@ The YAML frontmatter supports these fields: - `args:` - Additional command-line arguments (local mode only) - `read-only:` - Restrict to read-only operations (boolean) - `github-token:` - Custom GitHub token - - `toolset:` - Enable specific GitHub toolset groups (array only) + - `toolset:` - Enable specific GitHub toolset groups (array only, **preferred over** `allowed:`) - **Default toolsets** (when unspecified): `context`, `repos`, `issues`, `pull_requests`, `users` - - **All toolsets**: `context`, `repos`, `issues`, `pull_requests`, `actions`, `code_security`, `dependabot`, `discussions`, `experiments`, `gists`, `labels`, `notifications`, `orgs`, `projects`, `secret_protection`, `security_advisories`, `stargazers`, `users` + - **All toolsets**: `context`, `repos`, `issues`, `pull_requests`, `actions`, `code_security`, `dependabot`, `discussions`, `experiments`, `gists`, `labels`, `notifications`, `orgs`, `projects`, `secret_protection`, `security_advisories`, `search`, `stargazers`, `users` - Use `[default]` for recommended toolsets, `[all]` to enable everything + - **Recommended**: `[default]` for read-only, `[default, discussions]` for issue/PR/discussion management, `[default, actions]` for CI/CD workflows + - Can be combined with `allowed:` to further restrict available tools - Examples: `toolset: [default]`, `toolset: [default, discussions]`, `toolset: [repos, issues]` - `agentic-workflows:` - GitHub Agentic Workflows MCP server for workflow introspection - Provides tools for: