We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0678ad commit b0bb129Copy full SHA for b0bb129
.github/workflows/sam-pr-reviewer.yml
@@ -0,0 +1,22 @@
1
+name: SAM PR Review
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, reopened]
6
7
+permissions:
8
+ contents: read
9
+ pull-requests: write
10
11
+jobs:
12
+ review:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: actions/checkout@v4
16
+ with:
17
+ fetch-depth: 0
18
19
+ - uses: roger-zhangg/sam-pr-reviewer@v1
20
21
+ github_token: ${{ secrets.GITHUB_TOKEN }}
22
+ kiro_api_key: ${{ secrets.KIRO_API_KEY }}
0 commit comments