Skip to content

Commit

Permalink
Create backportprocess.md
Browse files Browse the repository at this point in the history
Document to publicize new backport process.
Rename to match naming convention of other files.
Remove extra spaces
Add instructions on how to request backport.
  • Loading branch information
mfeifer committed Feb 28, 2020
1 parent f328c85 commit b075809
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backport_process.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Backport Process

Beginning with the Jansa release of ManageIQ, we will be using the following backport process. Here are the details!

* We are adding a new label `release_to_backport_to/yes?`
* Anyone can request a backport by typing `@miq-bot add_label release_to_backport_to/yes?` in a comment in the pull request.
* During the [triage meetings](triage_process.md), the pull request will be evaluated for backportability.
* The label will be set to `release_to_backport_to/no` if the backport should be denied for any reason.
* The label will be set to `release_to_backport_to/yes` if the pull request should be backported.
* The `release_to_backport_to/no` and `release_to_backport_to/yes` labels can only be set by those with special access.
* When the pull request has been backported, the label will flip to `release_to_backport_to/backported`.

0 comments on commit b075809

Please sign in to comment.