Skip to content

Commit 0b9605c

Browse files
committed
workflows: gemini cli ignores pull_request_review events
It is needed to reduce "skipped" workflow notifications. Eventually it could be reviewed.
1 parent c3b8db6 commit 0b9605c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/gemini-pr-review.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ on:
1717
pull_request_review_comment:
1818
types:
1919
- 'created'
20-
pull_request_review:
21-
types:
22-
- 'submitted'
20+
# Let's disable pull_request_review trigger to reduce the number of "skipped" notifications.
21+
# The majority of these events will not be asking gemini for review.
22+
# pull_request_review:
23+
# types:
24+
# - 'submitted'
2325
workflow_dispatch:
2426
inputs:
2527
pr_number:

0 commit comments

Comments
 (0)