aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2025-08-19 15:59:39 +0200
committerTaras Madan <tarasmadan@google.com>2025-08-19 14:13:37 +0000
commit7247b5c7fccc4b0e6008504269cb3537fcbdf93a (patch)
treeffff3cbb4a309133872a14b1ed6bcacd6ccb40e9 /.github
parent254a27c14d4f850bc13a0592549787fac46a616f (diff)
workflow: don't trigger gemini pr review by pull_request
Workers created by the forked repository triggers don't have access to github secrets.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/gemini-pr-review.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/gemini-pr-review.yml b/.github/workflows/gemini-pr-review.yml
index aa2d4ec47..d6d57464e 100644
--- a/.github/workflows/gemini-pr-review.yml
+++ b/.github/workflows/gemini-pr-review.yml
@@ -6,10 +6,11 @@
name: '🧐 Gemini Pull Request Review'
on:
- pull_request:
- types:
- - 'opened'
- - 'reopened'
+# Pull requests created from the forks doesn't have access to secrets. Disabling this trigger.
+# pull_request:
+# types:
+# - 'opened'
+# - 'reopened'
issue_comment:
types:
- 'created'