Skip to content

Commit f11f91f

Browse files
committed
infra(CI): prepare CI for GitHub merge queues
1 parent d31579b commit f11f91f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/check-mergable-by-label.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- edited
1010
- labeled
1111
- unlabeled
12+
merge_group:
1213

1314
permissions: {}
1415

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- next
77
pull_request:
8+
merge_group:
89

910
permissions:
1011
contents: read # to fetch code (actions/checkout)

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: PR
22

33
on:
44
pull_request:
5+
merge_group:
56

67
permissions:
78
contents: read # to fetch code (actions/checkout)

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- opened
77
- edited
88
- synchronize
9+
merge_group:
910

1011
permissions: {}
1112

0 commit comments

Comments
 (0)