diff --git a/.github/mergify.yml b/.github/mergify.yml new file mode 100644 index 000000000000..b070588131af --- /dev/null +++ b/.github/mergify.yml @@ -0,0 +1,16 @@ +--- +# see https://docs.mergify.com/configuration/ +pull_request_rules: + - name: "Update out-of-date ready PRs" + conditions: + - "-closed" + - "-conflict" + - "-draft" + - "-locked" + - "-merged" + - "#commits-behind > 0" + - "author != dependabot[bot]" + - "base = main" + - "label != 'no ci'" + actions: + update: