Skip to content

Commit 0735063

Browse files
authored
chore(RELEASE-1142): react to merge_group events (#1165)
- merge queues use the event `merge_group` - we need the workflows to react to those since the checks are required for merging Signed-off-by: Scott Hebert <[email protected]>
1 parent 4848d28 commit 0735063

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Linters
33
on: # yamllint disable-line rule:truthy
44
pull_request:
55
types: ['opened', 'reopened', 'synchronize']
6+
merge_group:
7+
types: [checks_requested]
68
workflow_dispatch:
79
jobs:
810
yamllint:

.github/workflows/tekton_task_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- opened
77
- synchronize
88
- reopened
9+
merge_group:
10+
types: [checks_requested]
911
jobs:
1012
run-tekton-task-tests:
1113
name: Run Tekton Task tests

0 commit comments

Comments
 (0)