We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e4433e + 7b7226f commit 40eee2dCopy full SHA for 40eee2d
1 file changed
.github/workflows/multi-approvers.yml
@@ -15,6 +15,15 @@
15
name: 'multi-approvers'
16
17
on:
18
+ pull_request:
19
+ types:
20
+ - 'opened'
21
+ - 'edited'
22
+ - 'reopened'
23
+ - 'synchronize'
24
+ - 'ready_for_review'
25
+ - 'review_requested'
26
+ - 'review_request_removed'
27
pull_request_review:
28
types:
29
- 'submitted'
@@ -31,7 +40,6 @@ concurrency:
31
40
32
41
jobs:
33
42
multi-approvers:
34
- if: github.event_name == 'pull_request_review' && (github.event.review.state == 'approved' || github.event.action == 'dismissed')
35
43
uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@main'
36
44
with:
37
45
org-members-path: 'GoogleCloudPlatform/cluster-toolkit/develop/cluster-toolkit-writers.json'
0 commit comments