Skip to content

Commit d261a21

Browse files
committed
feat: enable GitHub merge queues
1 parent a720562 commit d261a21

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/check-shellscripts.yml

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

1011
concurrency:

.github/workflows/ci.yml

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

33
on:
44
pull_request:
5+
merge_group:
56

67
permissions:
78
contents: read

.github/workflows/nix-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- develop
77
- release/*
88
pull_request:
9+
merge_group:
910
workflow_dispatch:
1011

1112
permissions:

0 commit comments

Comments
 (0)