Skip to content

Commit c7fb084

Browse files
authored
[TASK] Add merge_group trigger for merge queue (#1326)
1 parent 359875e commit c7fb084

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,18 @@ on: # yamllint disable-line rule:truthy
55
push:
66
branches:
77
- "main"
8+
# Required for the merge queue on "main": without this trigger, queued
9+
# merges never receive their required status checks and time out.
10+
merge_group: null
811

912
env:
1013
DEFAULT_PHP_VERSION: "8.2"
1114
RUN_ENVIRONMENT: "local"
1215

16+
# The job names below ("Tests (8.x)", "Quality", ...) are configured as
17+
# required status checks for the merge queue on "main". Renaming a job or
18+
# changing how its checks are reported requires updating the branch ruleset
19+
# in the same change, or the merge queue will block all merges.
1320
jobs:
1421
tests:
1522
name : Tests

0 commit comments

Comments
 (0)