Skip to content

Commit 079c391

Browse files
committed
chore: Enable merge queue
1 parent c4fccbf commit 079c391

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
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)