Skip to content

Commit 7247b5c

Browse files
committed
workflow: don't trigger gemini pr review by pull_request
Workers created by the forked repository triggers don't have access to github secrets.
1 parent 254a27c commit 7247b5c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
name: '🧐 Gemini Pull Request Review'
77

88
on:
9-
pull_request:
10-
types:
11-
- 'opened'
12-
- 'reopened'
9+
# Pull requests created from the forks doesn't have access to secrets. Disabling this trigger.
10+
# pull_request:
11+
# types:
12+
# - 'opened'
13+
# - 'reopened'
1314
issue_comment:
1415
types:
1516
- 'created'

0 commit comments

Comments
 (0)