diff options
Diffstat (limited to '.github/workflows/gemini-pr-review.yml')
| -rw-r--r-- | .github/workflows/gemini-pr-review.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml index d6d57464e..97cf50812 100644 --- a/.github/workflows/gemini-pr-review.yml +++ b/.github/workflows/gemini-pr-review.yml @@ -17,9 +17,11 @@ on: pull_request_review_comment: types: - 'created' - pull_request_review: - types: - - 'submitted' +# Let's disable pull_request_review trigger to reduce the number of "skipped" notifications. +# The majority of these events will not be asking gemini for review. +# pull_request_review: +# types: +# - 'submitted' workflow_dispatch: inputs: pr_number: |
