Skip to content

Commit 177f61d

Browse files
committed
fix: run bot approval gate on PR updates
1 parent 2b74026 commit 177f61d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Bot PR human approval gate
22

33
on:
4-
pull_request_target:
5-
types: [opened, reopened, synchronize]
64
pull_request:
7-
types: [ready_for_review, converted_to_draft]
5+
types: [opened, reopened, ready_for_review, converted_to_draft, synchronize]
86
pull_request_review:
97
types: [submitted, dismissed]
108

0 commit comments

Comments
 (0)