Skip to content

Commit

Permalink
fix: Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kimaraneves committed Jun 23, 2023
1 parent 5fa01dd commit 7ed2085
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This action rebases all open PR's when the base branch in updated.

`always` Rebase all PR's to the current branch

`label` Rebase PRs that contain the label **rebase**

## Example usage
```yaml
on:
Expand All @@ -25,7 +27,8 @@ jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: jimbloemkolk/[email protected]
- uses: Vin65/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
filter: label
```

0 comments on commit 7ed2085

Please sign in to comment.