Skip to content

Conversation

@domdomegg
Copy link
Member

Updates the Claude Code GitHub Action to use the stable v1 GA release instead of the beta version.

Changes

  • Updates action version from @beta to @v1
  • Migrates allowed_tools to claude_args: --allowedTools
  • Migrates custom_instructions to claude_args: --system-prompt
  • Retains additional_permissions and assignee_trigger (both still supported in v1)

Behavior

The action continues to work the same way:

  • Triggers on @claude mentions in comments, reviews, and issues
  • Triggers when assigned to an issue as "claude"
  • Allows Claude to run Bash commands
  • Allows Claude to read CI results on PRs
  • Applies custom instructions for posting concise summaries

Updates the Claude Code GitHub Action to use the stable v1 GA release instead of the beta version.

## Changes
- Updates action version from `@beta` to `@v1`
- Migrates `allowed_tools` to `claude_args: --allowedTools`
- Migrates `custom_instructions` to `claude_args: --system-prompt`
- Retains `additional_permissions` and `assignee_trigger` (both still supported in v1)

## Behavior
The action continues to work the same way:
- Triggers on `@claude` mentions in comments, reviews, and issues
- Triggers when assigned to an issue as "claude"
- Allows Claude to run Bash commands
- Allows Claude to read CI results on PRs
- Applies custom instructions for posting concise summaries
@domdomegg domdomegg enabled auto-merge (squash) November 17, 2025 15:58
@domdomegg
Copy link
Member Author

Matches modelcontextprotocol/registry#773, which has been merged and works

@domdomegg domdomegg merged commit ec53572 into main Nov 17, 2025
22 checks passed
@domdomegg domdomegg deleted the update-claude-action-to-v1 branch November 17, 2025 21:41
koic added a commit to koic/inspector that referenced this pull request Nov 19, 2025
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.

3 participants