Skip to content

Commit bc6b5a6

Browse files
authored
chore: Enable merge queue (#24)
1 parent 38a3006 commit bc6b5a6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/settings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ repository:
99

1010

1111

12+

.github/workflows/branch.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
branches:
66
- main
77
- release/**
8-
types: [opened, synchronize, reopened, labeled, unlabeled]
8+
types: [opened, synchronize, reopened]
99
push:
1010
branches:
1111
- main
1212
- release/v*
1313
paths-ignore:
1414
- '.github/**'
1515
- 'test/**'
16+
merge_group:
17+
types: [checks_requested]
1618

1719
permissions:
1820
contents: write

0 commit comments

Comments
 (0)