We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95c8584 commit 00f64a7Copy full SHA for 00f64a7
.github/workflows/claude-auto-review.yml
@@ -5,6 +5,11 @@ on:
5
types: [opened]
6
workflow_dispatch:
7
8
+permissions:
9
+ contents: read
10
+ id-token: write
11
+ pull-requests: read
12
+
13
jobs:
14
auto-review:
15
uses: SocketDev/socket-registry/.github/workflows/claude-auto-review.yml@main
.github/workflows/claude.yml
@@ -11,6 +11,12 @@ on:
types: [submitted]
16
17
+ issues: write
18
+ pull-requests: write
19
20
21
claude:
22
if: |
0 commit comments