Skip to content

Commit 3c0a972

Browse files
committed
fix: keep bot approval gate on protected trigger
1 parent 177f61d commit 3c0a972

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-pr-human-approval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bot PR human approval gate
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, reopened, ready_for_review, converted_to_draft, synchronize]
66
pull_request_review:
77
types: [submitted, dismissed]

0 commit comments

Comments
 (0)