diff options
| author | Taras Madan <tarasmadan@google.com> | 2025-08-20 12:04:21 +0200 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2025-08-20 12:44:04 +0000 |
| commit | 0b9605c8e9db737f9efc5a0557534eade4cbf844 (patch) | |
| tree | 0552c322b3cdc3cf9363ecd1ff4107cf47347b14 /.github | |
| parent | c3b8db6b7e7a9a4c77cd28b9ad53b899f017df00 (diff) | |
workflows: gemini cli ignores pull_request_review events
It is needed to reduce "skipped" workflow notifications.
Eventually it could be reviewed.
Diffstat (limited to '.github')
| -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: |
