We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f216a97 commit 0826c74Copy full SHA for 0826c74
1 file changed
.github/workflows/review.yaml
@@ -0,0 +1,22 @@
1
+name: Perform a code review
2
+
3
+on:
4
+ issue_comment:
5
+ types: [created]
6
7
+permissions:
8
+ pull-requests: write
9
+ issues: write
10
+ checks: read
11
+ contents: read
12
13
+jobs:
14
+ pipeline:
15
+ uses: rasmus/workflow-review/.github/workflows/pipeline.yaml@v1
16
+ with:
17
+ pull_request_number: ${{ github.event.issue.number }}
18
+ allow_drafts: "true"
19
+ allowlist: "rasmus"
20
+ skip_ci: "true"
21
+ secrets:
22
+ openai_api_key: ${{ secrets.OPENAI_API_KEY }}
0 commit comments