Skip to content

Commit 2889b28

Browse files
authored
[CI] Run workflows on merge_group (#4974)
1 parent 5a6205b commit 2889b28

6 files changed

+6
-0
lines changed

.github/workflows/check-format.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Files
22

33
on:
4+
merge_group:
45
pull_request:
56

67
jobs:

.github/workflows/check-i18n.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: i18n
22

33
on:
4+
merge_group:
45
pull_request:
56

67
jobs:

.github/workflows/check-links.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Links
22

33
on:
4+
merge_group:
45
pull_request:
56

67
jobs:

.github/workflows/check-registry.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Registry Validation
22

33
on:
4+
merge_group:
45
pull_request:
56
# Make sure this only runs when registry entries are touched.
67
paths:

.github/workflows/check-spelling.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Spelling
22

33
on:
4+
merge_group:
45
pull_request:
56

67
jobs:

.github/workflows/check-text.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Linter
22

33
on:
4+
merge_group:
45
pull_request:
56

67
jobs:

0 commit comments

Comments
 (0)