Skip to content

Commit 9d7e966

Browse files
committed
Claude updates
- Faster runner - Allow Claude to create pull requests
1 parent 85e2245 commit 9d7e966

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/claude.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
(github.event_name == 'pull_request_review_comment' && contains(github.event.comment.body, '@claude')) ||
2020
(github.event_name == 'pull_request_review' && contains(github.event.review.body, '@claude')) ||
2121
(github.event_name == 'issues' && (contains(github.event.issue.body, '@claude') || contains(github.event.issue.title, '@claude')))
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-latest-16-cores
2323
permissions:
2424
contents: read
25-
pull-requests: read
25+
pull-requests: write
2626
issues: read
2727
id-token: write
2828
steps:
@@ -50,4 +50,4 @@ jobs:
5050
uses: anthropics/claude-code-action@beta
5151
with:
5252
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
53-
allowed_tools: "WebFetch(domain:docs.qlty.sh),Bash(git status:*),Bash(git add:*),Bash(git commit:*),Bash(git push:*),Bash(git pull:*),Bash(git fetch:*),Bash(git reset:*),Bash(git checkout:*),Bash(git merge:*),Bash(git rebase:*),Bash(git cherry-pick:*),Bash(git stash:*),Bash(git tag:*),Bash(cargo build),Bash(TRYCMD=overwrite cargo test:*),Bash(INSTA_UPDATE=always cargo test:*),Bash(cargo test:*),Bash(cargo check),Bash(cargo insta:*),Bash(cargo clean),Bash(npm install),Bash(npm test:*),Bash(qlty check:*),Bash(qlty fmt:*)"
53+
allowed_tools: "mcp__github__create_pull_request,WebFetch(domain:docs.qlty.sh),Bash(git status:*),Bash(git add:*),Bash(git commit:*),Bash(git push:*),Bash(git pull:*),Bash(git fetch:*),Bash(git reset:*),Bash(git checkout:*),Bash(git merge:*),Bash(git rebase:*),Bash(git cherry-pick:*),Bash(git stash:*),Bash(git tag:*),Bash(cargo build),Bash(TRYCMD=overwrite cargo test:*),Bash(INSTA_UPDATE=always cargo test:*),Bash(cargo test:*),Bash(cargo check),Bash(cargo insta:*),Bash(cargo clean),Bash(npm install),Bash(npm test:*),Bash(qlty check:*),Bash(qlty fmt:*)"

0 commit comments

Comments
 (0)