Skip to content

Commit 0826c74

Browse files
committed
Testing out GPT-5-Codex for reviews
1 parent f216a97 commit 0826c74

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/review.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)