diff --git a/.mergify/config.yml b/.mergify/config.yml new file mode 100644 index 0000000000..c54af97b38 --- /dev/null +++ b/.mergify/config.yml @@ -0,0 +1,7 @@ +pull_request_rules: + - name: Automatic merge on approval + conditions: + - "#approved-reviews-by>=1" + actions: + merge: + method: merge \ No newline at end of file