Skip to content

Commit bec91dd

Browse files
authored
chore(mergify): disable check for matrix jobs
mergify doesn't seem to support matrix jobs but singular, unless we use regex, so we can test later.
1 parent aa28b9a commit bec91dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/mergify.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ pull_request_rules:
22
- name: automatic merge for Dependabot pull requests
33
conditions:
44
- author~=^dependabot(|-preview)\[bot\]$
5-
- check-success=build
5+
# - check-success=build # matrix jobs aren't working in mergify
66
- -label~="do-not-merge"
77
- "#approved-reviews-by>=1" # until we exclude major versions in dependabot
88
actions:
@@ -17,7 +17,7 @@ pull_request_rules:
1717
- "#approved-reviews-by>=1"
1818
- "#changes-requested-reviews-by=0"
1919
- -title~=(WIP|wip)
20-
- check-success=Build
20+
# - check-success=build # matrix jobs aren't working in mergify
2121
- check-success=Semantic Pull Request
2222
- body~=(?m)^\[X\] Meet tenets criteria
2323
actions:

0 commit comments

Comments
 (0)