diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000..4bde3de --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,13 @@ +pull_request_rules: + - name: Automatic merge + conditions: + - base=main + - check-success=gitStream workflow automation + actions: + merge: + method: merge + +queue_rules: + - name: default + queue_conditions: + - check-success=gitStream workflow automation \ No newline at end of file