Skip to content

Commit ee1432b

Browse files
committed
workflows/actionlint: enable merge queue/group jobs.
This should allow us to make use of the GitHub merge queue to ensure that we're not merging outdated code (or breaking `master`) but avoiding the need to continually merge into/rebase PR branches. This should be safe to merge as-is as is essentially a no-op without the merge queue enabled.
1 parent 8885758 commit ee1432b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actionlint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- main
88
- master
99
pull_request:
10+
merge_group:
1011

1112
defaults:
1213
run:

0 commit comments

Comments
 (0)