diff --git a/.mergify.yml b/.mergify.yml index be63076a66..a6fca22e7b 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -7,7 +7,6 @@ pull_request_rules: - "#approved-reviews-by>=1" - "#review-threads-unresolved=0" - "-draft" - - "label!=automated pr" # Don't auto merge automated PRs - "#check-failure=0" # Don't auto merge with a failure - "#check-pending=0" # Don't auto merge with anything pending - or: @@ -16,4 +15,4 @@ pull_request_rules: - "check-neutral=pullapprove" actions: merge: - method: squash \ No newline at end of file + method: squash