Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b35e50577f | ||
![]() |
d077827c11 | ||
![]() |
312229c8d4 |
24
.github/workflows/code_review.yml
vendored
Normal file
24
.github/workflows/code_review.yml
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
name: Code Review
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
statuses: write
|
||||||
|
checks: write
|
||||||
|
contents: read
|
||||||
|
actions: read
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
branches: [ci-dev]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
code_review:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: geoffsee/toakinize@v2.0.0
|
||||||
|
env:
|
||||||
|
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
Reference in New Issue
Block a user