WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit cfadb9b

Browse files
authored
Merge pull request #49 from kaovilai/kaovilai-patch-6
Update claude.yml
2 parents d3f1fed + ad54254 commit cfadb9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/claude.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
permissions:
2222
contents: write
23-
pull-requests: read
23+
pull-requests: write
2424
issues: write
2525
id-token: write
2626
actions: read # Required for Claude to read CI results on PRs
@@ -51,6 +51,7 @@ jobs:
5151

5252
# Optional: Allow Claude to run specific commands
5353
# allowed_tools: "Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
54+
allowed_tools: "Bash(gh issue *),Bash(gh pr *),Bash(gh repo *),Bash(npm install),Bash(npm run build),Bash(npm run test:*),Bash(npm run lint:*)"
5455

5556
# Optional: Add custom instructions for Claude to customize its behavior for your project
5657
# custom_instructions: |

0 commit comments

Comments
 (0)