Skip to content

Commit

Permalink
Release 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 7, 2021
1 parent 07e5380 commit 0dcd8dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
name: Backport
steps:
- name: Backport
uses: m-kuhn/backport@v1.2.3
uses: m-kuhn/backport@v1.2.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This action is a fork of https://github.com/tibdex/backport, it adds support for

# Usage

1. :electric_plug: Add this [.github/workflows/backport.yml](.github/workflows/backport.yml) to your repository.
1. :electric_plug: Add this workflow [.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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backport",
"version": "1.2.3",
"version": "1.2.4",
"license": "MIT",
"files": [
"action.yml",
Expand Down

0 comments on commit 0dcd8dd

Please sign in to comment.