mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-04-20 17:46:47 +00:00
Re-enable the ai review action with a few conditions
This commit is contained in:
parent
d1f892332a
commit
f9a928e4e3
1 changed files with 7 additions and 5 deletions
12
.github/workflows/code_review.yml
vendored
12
.github/workflows/code_review.yml
vendored
|
@ -1,12 +1,14 @@
|
|||
name: CDS Code Review with OpenAI
|
||||
# on:
|
||||
# pull_request:
|
||||
# types:
|
||||
# - opened
|
||||
# - synchronize
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
|
||||
permissions: write-all
|
||||
|
||||
jobs:
|
||||
code_review:
|
||||
if: contains(github.event.head_commit.message, '[review]')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue