Skip to content

Commit

Permalink
chore: configure mergify
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jul 10, 2023
1 parent 1a43778 commit 11d052a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
defaults:
actions:
backport:
# By default, all backport PRs are assigned to the original author.
assignees:
- "{{ author }}"

pull_request_rules:
- name: backport patches to v3.0.x branch
conditions:
- base=main
- label=backport/v3.0.x
actions:
backport:
branches:
- release/v3.0.x
- name: backport patches to v4.0.x branch
conditions:
- base=main
- label=backport/v4.0.x
actions:
backport:
branches:
- release/v4.0.x

0 comments on commit 11d052a

Please sign in to comment.