Skip to content

Commit db5ae1e

Browse files
authored
Add merge_group (#377)
1 parent 8084b43 commit db5ae1e

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
- main
1212
schedule:
1313
- cron: "0 5 * * *" # runs every day at 5am UTC
14+
merge_group:
15+
types:
16+
- checks_requested
1417

1518
defaults:
1619
run:

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- main
1111
schedule:
1212
- cron: "33 16 * * 3" # run every Wednesday at 16:33 UTC
13+
merge_group:
14+
types:
15+
- checks_requested
1316

1417
concurrency:
1518
group: ${{ github.ref_name }}-codeql

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
pull_request:
44
branches:
55
- main
6+
merge_group:
7+
types:
8+
- checks_requested
69

710
concurrency:
811
group: ${{ github.ref_name }}-deps-review

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7+
merge_group:
8+
types:
9+
- checks_requested
710

811
defaults:
912
run:

0 commit comments

Comments
 (0)