diff --git a/.mergify.yml b/.mergify.yml index d59ed7ed..22a94518 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -1,17 +1,17 @@ pull_request_rules: # Automatic Merging (humans) - - name: automatic merge without review + - name: automatic merge conditions: - - author=thislooksfun + - "#approved-reviews-by>=1" - base=master actions: merge: method: merge strict: smart - - name: automatic merge + - name: automatic merge without review conditions: - - "#approved-reviews-by>=1" + - author=thislooksfun - base=master actions: merge: