diff --git a/.mergify.yml b/.mergify.yml index bb7dba3e68..d11dae93c7 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -15,25 +15,34 @@ pull_request_rules: ``` - name: backport patches to 7.x branch conditions: + - merged - base=master - label=v7.13.0 actions: backport: + assignees: + - "{{ author }}" branches: - "7.x" - name: backport patches to 7.12 branch conditions: + - merged - base=master - label=v7.12.0 actions: backport: + assignees: + - "{{ author }}" branches: - "7.12.x" - name: backport patches to 7.11 branch conditions: + - merged - base=master - label=v7.11.0 actions: backport: + assignees: + - "{{ author }}" branches: - "7.11.x"