Skip to content

Commit

Permalink
chore: automate v1.5 backport PR creation [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
  • Loading branch information
bk201 committed Feb 3, 2025
1 parent c4f40e7 commit 6fa1df8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@ pull_request_rules:
comment:
message: This pull request is now in conflict. Could you fix it @{{author}}? 🙏

- name: Automatically open v1.4 backport PR
- name: Automatically open v1.5 backport PR
conditions:
- base=master
- label="backport-to/v1.4"
- label="backport-to/v1.5"
actions:
backport:
branches:
- v1.4
- v1.5
assignees:
- "{{ author }}"

- name: Automatically open v1.3 backport PR
- name: Automatically open v1.4 backport PR
conditions:
- base=master
- label="backport-to/v1.3"
- label="backport-to/v1.4"
actions:
backport:
branches:
- v1.3
- v1.4
assignees:
- "{{ author }}"

- name: Automatically open v1.2 backport PR
- name: Automatically open v1.3 backport PR
conditions:
- base=master
- label="backport-to/v1.2"
- label="backport-to/v1.3"
actions:
backport:
branches:
- v1.2
- v1.3
assignees:
- "{{ author }}"

0 comments on commit 6fa1df8

Please sign in to comment.