Skip to content

Commit 459f6b6

Browse files
committed
chore: Enable merge queues for actions
I've already enabled the `Require merge queue` setting in branch protection rules in the repo settings.
1 parent d8ee2a9 commit 459f6b6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- ".github/workflows/**"
7+
merge_group:
78
push:
89
branches: main
910
paths:

.github/workflows/builds.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Builds
22
on:
33
pull_request:
4+
merge_group:
45
push:
56
branches: main
67
# allow "manual" triggering from automatic PRs

.github/workflows/codeql.yaml

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

33
on:
44
pull_request:
5+
merge_group:
56
push:
67
branches: main
78
workflow_dispatch:

0 commit comments

Comments
 (0)