Skip to content

Commit bdf7388

Browse files
authored
Add merge_group to some of the GH workflows so that they get triggered when a pull request is put into merge queue (#6235)
1 parent e97b94b commit bdf7388

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/api-surface-area-review-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: read
66

77
on:
8+
merge_group:
89
pull_request:
910
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1011
branches:

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ permissions:
55
pull-requests: read
66

77
on:
8+
merge_group:
89
pull_request:
910
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1011
branches:

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ "master" ]
66
pull_request:
7+
merge_group:
78
schedule:
89
- cron: '44 14 * * 6'
910

.github/workflows/new-module-verification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: New Module Verification
22

33
on:
4+
merge_group:
45
pull_request:
56
types: [opened, synchronize, reopened, labeled, unlabeled]
67
branches:

0 commit comments

Comments
 (0)