diff --git a/.github/mergify.yml b/.github/mergify.yml index dd2a439e68..a98b727019 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -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: @@ -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: