Skip to content

Commit b98927f

Browse files
authored
chore: Enable merge queue (#26)
1 parent 2c3a6a0 commit b98927f

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
@@ -8,3 +8,4 @@ repository:
88

99

1010

11+

.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)