We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5558512 commit 93670ffCopy full SHA for 93670ff
1 file changed
.github/workflows/claude-code-review.yml
@@ -24,7 +24,7 @@ jobs:
24
pull-requests: write
25
issues: read
26
id-token: write
27
-
+
28
steps:
29
- name: Checkout repository
30
uses: actions/checkout@v4
@@ -37,6 +37,7 @@ jobs:
37
with:
38
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
track_progress: true # Enable visual progress tracking
40
+ allowed_bots: '*'
41
prompt: |
42
Review this Basic Memory PR against our team checklist:
43
0 commit comments