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 9d2c729 commit 724fe7bCopy full SHA for 724fe7b
.github/workflows/gemini-ai-review.yml
@@ -2,16 +2,17 @@ name: Gemini AI Code Reviewer
2
3
on:
4
issue_comment:
5
- types: [created]
+ types: [ created ]
6
7
permissions: write-all
8
9
jobs:
10
gemini-code-review:
11
runs-on: ubuntu-latest
12
- if: |
+ if: ${{
13
github.event.issue.pull_request &&
14
contains(github.event.comment.body, '/ai-review')
15
+ }}
16
steps:
17
- name: PR Info
18
run: |
0 commit comments