Skip to content

Commit

Permalink
Create mergify.yml
Browse files Browse the repository at this point in the history
mergify .... sounds like a weird ass Harry Potter spell like Spongify or something lol.
  • Loading branch information
Josef Kurk Edwards authored Jan 4, 2025
1 parent 48f115b commit 2212217
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
pull_request_rules:
- name: backport to v0.52.x
conditions:
- "label=backport/v0.52.x"
- "base=main"
- "merged"
actions:
backport:
branches:
- "v0.52.x"

- name: backport to v0.50.x
conditions:
- "label=backport/v0.50.x"
- "base=main"
- "merged"
actions:
backport:
branches:
- "v0.50.x"

- name: backport to v0.47.x
conditions:
- "label=backport/v0.47.x"
- "base=main"
- "merged"
actions:
backport:
branches:
- "v0.47.x"

- name: backport to v0.46.x
conditions:
- "label=backport/v0.46.x"
- "base=main"
- "merged"
actions:
backport:
branches:
- "v0.46.x"

- name: backport to v0.45.x
conditions:
- "label=backport/v0.45.x"
- "base=main"
- "merged"
actions:
backport:
branches:
- "v0.45.x"

- name: automerge to main
conditions:
- "label=A:automerge"
- "#approved-reviews-by>=2"
- "-draft"
- "-closed"
- "check-success=tests"
actions:
merge:
method: merge

0 comments on commit 2212217

Please sign in to comment.