Skip to content

Commit

Permalink
Add code review bot GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwi committed Aug 7, 2023
1 parent 954107a commit 164e9b6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/cr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Code Review
permissions:
contents: read
pull-requests: write
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses:
env:
GITHUB_TOKEN:
OPENAI_API_KEY:

0 comments on commit 164e9b6

Please sign in to comment.