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