Skip to content

Commit fef37b6

Browse files
author
Alvaro Muñoz
committed
Remove pull_request from context event map so that accesss to github.event.pull_request are not considered a source for pull_request triggers
1 parent c9bb42a commit fef37b6

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

ql/lib/ext/config/context_event_map.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ extensions:
1717
- ["issue_comment", "github.event.changes"]
1818
- ["gollum", "github.event.pages"]
1919
- ["gollum", "github.event.changes"]
20-
- ["merge_group", "github.event.merge_group"]
21-
- ["pull_request", "github.event.pull_request"]
22-
- ["pull_request", "github.head_ref"]
23-
- ["pull_request", "github.event.changes"]
2420
- ["pull_request_comment", "github.event.comment"]
2521
- ["pull_request_comment", "github.event.pull_request"]
2622
- ["pull_request_comment", "github.head_ref"]

ql/lib/ext/config/externally_triggereable_events.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ extensions:
99
- ["watch"]
1010
- ["issue_comment"]
1111
- ["issues"]
12-
- ["pull_request"] # non-privileged
1312
- ["pull_request_comment"]
1413
- ["pull_request_review"]
1514
- ["pull_request_review_comment"]

0 commit comments

Comments
 (0)