-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |