Skip to content

Commit 5991840

Browse files
author
siquanlv
committed
ai review test
1 parent 8350683 commit 5991840

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ai_code_review.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ on:
44
pull_request:
55
types: [opened, synchronize, reopened]
66

7+
permissions:
8+
contents: read
9+
pull-requests: write
10+
id-token: write
11+
712
jobs:
813
AI-Review:
914
runs-on: ubuntu-latest
10-
permissions:
11-
contents: read
12-
pull-requests: write
13-
id-token: write
14-
secrets: inherit
1515

1616
steps:
1717
- name: ✅ Checkout PR code

0 commit comments

Comments
 (0)