Skip to content

Commit 7b7226f

Browse files
committed
Revert to the old multi-approver workflow
1 parent 740d2b4 commit 7b7226f

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/multi-approvers.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@
1515
name: 'multi-approvers'
1616

1717
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'
1827
pull_request_review:
1928
types:
2029
- 'submitted'
@@ -31,7 +40,6 @@ concurrency:
3140

3241
jobs:
3342
multi-approvers:
34-
if: github.event_name == 'pull_request_review' && (github.event.review.state == 'approved' || github.event.action == 'dismissed')
3543
uses: 'abcxyz/pkg/.github/workflows/multi-approvers.yml@main'
3644
with:
3745
org-members-path: 'GoogleCloudPlatform/cluster-toolkit/develop/cluster-toolkit-writers.json'

0 commit comments

Comments
 (0)