Skip to content

Commit dd4020b

Browse files
committed
feat(ci): remove issues trigger from dispatch workflow
1 parent b86a38d commit dd4020b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/gemini-dispatch.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
github.event_name == 'pull_request' &&
5353
github.event.pull_request.head.repo.fork == false &&
5454
github.event.pull_request.draft == false
55-
) || (
56-
github.event_name == 'issues' &&
57-
contains(fromJSON('["opened", "reopened"]'), github.event.action)
5855
) || (
5956
github.event.sender.type == 'User' &&
6057
startsWith(github.event.comment.body || github.event.review.body || github.event.issue.body, '@gemini-cli') &&

0 commit comments

Comments
 (0)