Skip to content

Commit

Permalink
feat: adding config for v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmoysrt committed May 21, 2024
1 parent e3eed78 commit b5ed072
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
pull_request_rules:
- name: backport to develop
conditions:
- label="backport-develop"
actions:
backport:
branches:
- develop
assignees:
- "{{ author }}"

- name: backport to v2
conditions:
- label="backport-v2"
actions:
backport:
branches:
- v2
assignees:
- "{{ author }}"

0 comments on commit b5ed072

Please sign in to comment.