Skip to content

Commit d24812b

Browse files
Merge branch 'main' into fix/upd-readme
2 parents a210d78 + c9974d1 commit d24812b

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/pr-assignment-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
pull-requests: write
2020
id-token: write
2121
steps:
22+
- uses: actions/checkout@v4
23+
with:
24+
fetch-depth: 0
2225
- uses: anthropics/claude-code-action@v1
2326
with:
2427
anthropic_api_key: ${{ secrets.CLAUDE_CODE_API_KEY }}
@@ -37,4 +40,6 @@ jobs:
3740
- Encourage them to find other unassigned issues
3841
3942
If no issues referenced or PR author is properly assigned, do nothing.
40-
claude_args: "--max-turns 3"
43+
claude_args: |
44+
--max-turns 3
45+
--allowedTools "Bash,Read,Grep,Glob"

.github/workflows/pr-stale-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
pull-requests: write
1515
id-token: write
1616
steps:
17+
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
1720
- uses: anthropics/claude-code-action@v1
1821
with:
1922
anthropic_api_key: ${{ secrets.CLAUDE_CODE_API_KEY }}
@@ -42,4 +45,6 @@ jobs:
4245
4346
4. Close message template (friendly, concise, no emojis):
4447
"Closing this PR as stale to keep the repo clean. Feel free to reopen or create a new PR once you're ready to continue. Thanks for your contribution!"
45-
claude_args: "--max-turns 10"
48+
claude_args: |
49+
--max-turns 10
50+
--allowedTools "Bash,Read,Grep,Glob"

0 commit comments

Comments
 (0)