diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 0000000000..53ec7a2a68 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,10 @@ +pull_request_rules: + - name: Backport patches to the release branch + conditions: + - label = backport + actions: + backport: + branches: + - "5.5.x" + assignees: + - "{{ author }}"