Skip to content

Commit

Permalink
[mergify] assign the original author
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Martinez <VictorMartinezRubio@gmail.com>
  • Loading branch information
v1v committed Apr 9, 2021
1 parent 9625db6 commit 86c48b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ pull_request_rules:
- label=backport-v7.13.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.x"
- name: backport patches to 7.12 branch
Expand All @@ -15,6 +17,8 @@ pull_request_rules:
- label=backport-v7.12.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.12"
- name: backport patches to 7.11 branch
Expand All @@ -24,6 +28,8 @@ pull_request_rules:
- label=backport-v7.11.0
actions:
backport:
assignees:
- "{{ author }}"
branches:
- "7.11"
- name: ask to resolve conflict
Expand Down

0 comments on commit 86c48b6

Please sign in to comment.