There was an error while loading. Please reload this page.
1 parent c6653b7 commit 432a9c2Copy full SHA for 432a9c2
2 files changed
.github/workflows/analyze.yaml
@@ -0,0 +1,19 @@
1
+name: Perform an issue analysis
2
+
3
+on:
4
+ issue_comment:
5
+ types: [created]
6
7
+permissions:
8
+ issues: write
9
+ checks: read
10
+ contents: read
11
12
+jobs:
13
+ pipeline:
14
+ uses: rasmus/workflow-review/.github/workflows/analyze.yaml@v2
15
+ with:
16
+ issue_number: ${{ github.event.issue.number }}
17
+ allowlist: "rasmus"
18
+ secrets:
19
+ openai_api_key: ${{ secrets.OPENAI_API_KEY }}
.github/workflows/review.yaml
@@ -12,7 +12,7 @@ permissions:
jobs:
pipeline:
- uses: rasmus/workflow-review/.github/workflows/pipeline.yaml@v1
+ uses: rasmus/workflow-review/.github/workflows/review.yaml@v2
with:
pull_request_number: ${{ github.event.issue.number }}
allow_drafts: "true"
0 commit comments