diff options
| author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2024-01-29 20:10:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-29 20:10:29 +0100 |
| commit | 20a392ad552ce5cdbff1cb74f1d26d2f797cca31 (patch) | |
| tree | 99845fc542a9ec79964e15ced56e6f64b3962c05 /.github | |
| parent | 70fcba39de34fc211d09da12783898161724b0dc (diff) | |
Remove events that trigger from a forked repository (#6213)
[skip ci]
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/mako.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/mako.yml b/.github/workflows/mako.yml index 7317cc9d..19165fb0 100644 --- a/.github/workflows/mako.yml +++ b/.github/workflows/mako.yml @@ -9,10 +9,6 @@ on: types: [created, edited] issues: types: [opened, edited, reopened, pinned, milestoned, demilestoned, assigned, unassigned, labeled, unlabeled] - pull_request_review: - types: [submitted, dismissed] - pull_request_review_comment: - types: [created, edited] pull_request_target: types: [opened, edited, reopened, synchronize, ready_for_review, assigned, unassigned] |
