Skip to content

Commit 8a2336f

Browse files
committed
chore: add support for merge queues to required workflows
1 parent de7a1b3 commit 8a2336f

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/dependency-review.yaml

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
permissions: {}
710
jobs:
811
dependency-review:

.github/workflows/lint.yaml

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
permissions: {}
710
jobs:
811
lint-go:

.github/workflows/test.yaml

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
permissions: {}
710
jobs:
811
test-go:

0 commit comments

Comments
 (0)