This action rebases all open PR's when the base branch in updated.
Required Github token for the repository
label
default Rebase PRs that contain the label rebase
auto-merge
Only rebase PR's set automatically merge when all requirements are met
always
Rebase all PR's to the current branch
on:
push:
branches:
- master
jobs:
rebase:
runs-on: ubuntu-latest
steps:
- uses: Vin65/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
filter: label