Skip to content

Commit

Permalink
Enforce separate line for label example in README (#74)
Browse files Browse the repository at this point in the history
Fixes #73
  • Loading branch information
mbrodala authored Oct 7, 2021
1 parent 28ade9b commit 98051d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@ It thus integrates well with [Autosquash](https://github.com/marketplace/actions
# Usage

1. :electric_plug: Add this [.github/workflows/backport.yml](.github/workflows/backport.yml) to your repository.

2. :speech_balloon: Let's say you want to backport a pull request on a branch named `production`.

Then label it with `backport production`. (See [how to create labels](https://help.github.com/articles/creating-a-label/).)

3. :sparkles: That's it! When the pull request gets merged, it will be backported to the `production` branch.
If the pull request cannot be backported, a comment explaining why will automatically be posted.

Expand Down

0 comments on commit 98051d9

Please sign in to comment.