Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 75cc017

Browse files
authoredMar 14, 2024··
Update dismiss_approvals.yml (#1623)
In order to add this check to presubmit, it has to be triggered not only when a PR is updated, but also when a PR is opened or re-opened, which are the default types.
1 parent f7239a6 commit 75cc017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/dismiss_approvals.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Dismiss Stale PR Approvals
22
on:
33
pull_request_target:
4-
types: [synchronize]
4+
types: [opened, synchronize, reopened]
55
branches:
66
- main
77
paths:

0 commit comments

Comments
 (0)
Please sign in to comment.