This repository has been archived by the owner on Nov 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into mergify/bp/master/pr-471
- Loading branch information
Showing
7 changed files
with
42 additions
and
42 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
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
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
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 |
---|---|---|
@@ -1,57 +1,57 @@ | ||
pull_request_rules: | ||
# backports from master branch | ||
- name: backport master patches to 21.04 branch | ||
# backports from main branch | ||
- name: backport main patches to stable branch | ||
conditions: | ||
- base=master | ||
- label=backport-to-21.04 | ||
- base=main | ||
- label=backport-to-stable | ||
actions: | ||
backport: | ||
branches: | ||
- ospd-21.04 | ||
- stable | ||
|
||
- name: backport master patches to 20.08 branch | ||
- name: backport main patches to oldstable branch | ||
conditions: | ||
- base=master | ||
- label=backport-to-20.08 | ||
- base=main | ||
- label=backport-to-oldstable | ||
actions: | ||
backport: | ||
branches: | ||
- ospd-20.08 | ||
- oldstable | ||
|
||
# backports from upcoming release branch | ||
- name: backport 21.04 patches to master branch | ||
- name: backport stable patches to main branch | ||
conditions: | ||
- base=ospd-21.04 | ||
- label=backport-to-master | ||
- base=stable | ||
- label=backport-to-main | ||
actions: | ||
backport: | ||
branches: | ||
- master | ||
- main | ||
|
||
- name: backport 21.04 patches to 20.08 branch | ||
- name: backport stable patches to oldstable branch | ||
conditions: | ||
- base=ospd-21.04 | ||
- label=backport-to-20.08 | ||
- base=stable | ||
- label=backport-to-oldstable | ||
actions: | ||
backport: | ||
branches: | ||
- ospd-20.08 | ||
- oldstable | ||
|
||
# backports from current release branch | ||
- name: backport 20.08 patches to master branch | ||
- name: backport oldstable patches to main branch | ||
conditions: | ||
- base=ospd-20.08 | ||
- label=backport-to-master | ||
- base=oldstable | ||
- label=backport-to-main | ||
actions: | ||
backport: | ||
branches: | ||
- master | ||
- main | ||
|
||
- name: backport 20.08 patches to 21.04 branch | ||
- name: backport oldstable patches to stable branch | ||
conditions: | ||
- base=ospd-20.08 | ||
- label=backport-to-21.04 | ||
- base=oldstable | ||
- label=backport-to-stable | ||
actions: | ||
backport: | ||
branches: | ||
- ospd-21.04 | ||
- stable |
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
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
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