diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..3fc8e64 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,9 @@ +pull_request_rules: + - name: Automatic merge + description: Merge when PR passes all branch protection and has label automerge + conditions: + - label = automated + - author = twoneis + - check-success = check-flake + actions: + merge: