Skip to content

Commit

Permalink
chore(mergify): disable check for matrix jobs
Browse files Browse the repository at this point in the history
mergify doesn't seem to support matrix jobs but singular, unless we use regex, so we can test later.
  • Loading branch information
heitorlessa committed Jun 2, 2021
1 parent aa28b9a commit bec91dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mergify.yml
Expand Up @@ -2,7 +2,7 @@ pull_request_rules:
- name: automatic merge for Dependabot pull requests
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=build
# - check-success=build # matrix jobs aren't working in mergify
- -label~="do-not-merge"
- "#approved-reviews-by>=1" # until we exclude major versions in dependabot
actions:
Expand All @@ -17,7 +17,7 @@ pull_request_rules:
- "#approved-reviews-by>=1"
- "#changes-requested-reviews-by=0"
- -title~=(WIP|wip)
- check-success=Build
# - check-success=build # matrix jobs aren't working in mergify
- check-success=Semantic Pull Request
- body~=(?m)^\[X\] Meet tenets criteria
actions:
Expand Down

0 comments on commit bec91dd

Please sign in to comment.