mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 02:50:30 +00:00
Backport PR when label is set
backport PR to release-v1.2.0 branch from master branch when label is set on PR Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
279197bc78
commit
ceef9ff3a5
@ -19,3 +19,11 @@ pull_request_rules:
|
|||||||
strict: smart
|
strict: smart
|
||||||
dismiss_reviews: {}
|
dismiss_reviews: {}
|
||||||
delete_head_branch: {}
|
delete_head_branch: {}
|
||||||
|
- name: backport patches to release branch
|
||||||
|
conditions:
|
||||||
|
- base=master
|
||||||
|
- label=backport-to-release-v1.2.0
|
||||||
|
actions:
|
||||||
|
backport:
|
||||||
|
branches:
|
||||||
|
- release-v1.2.0
|
||||||
|
@ -89,3 +89,10 @@ need to be met before it will be merged:
|
|||||||
|
|
||||||
When the criteria are met, a project maintainer can merge your changes into
|
When the criteria are met, a project maintainer can merge your changes into
|
||||||
the project's master branch.
|
the project's master branch.
|
||||||
|
|
||||||
|
### Backporting a PR to release branch
|
||||||
|
|
||||||
|
If the PR needs to be backported to a release branch, a project maintainer adds
|
||||||
|
`backport-to-release-vX.Y.Z` label to the PR. Mergify bot will take care of
|
||||||
|
sending the backport PR to release branch once the PR is merged in the master
|
||||||
|
branch.
|
||||||
|
Loading…
Reference in New Issue
Block a user