Update Claude Code GitHub Action from beta to v1#773
Merged
Conversation
Updates the Claude Code GitHub Action to use the stable v1 release instead of the beta version. Migrates configuration to the new format: - Updates action version from @beta to @v1 - Replaces allowed_tools with claude_args: --allowedTools - Replaces custom_instructions with claude_args: --system-prompt - Retains additional_permissions and assignee_trigger (still supported in v1)
maxisbey
approved these changes
Nov 17, 2025
Swathi-MuraliSrinivasan
pushed a commit
to Swathi-MuraliSrinivasan/paychex-mcp-registry
that referenced
this pull request
Nov 20, 2025
…l#773) 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the Claude Code GitHub Action to use the stable v1 GA release instead of the beta version.
Changes
@betato@v1allowed_toolstoclaude_args: --allowedToolscustom_instructionstoclaude_args: --system-promptadditional_permissionsandassignee_trigger(both still supported in v1)Behavior
The action continues to work the same way:
@claudementions in comments, reviews, and issues