Auto-update is a minimalist JavaScript GitHub action to keep pull requests with auto-merge enabled up to date with their base branch. Setting the ignore_auto_merge
input to true
will cause all PRs to be updated.
It is the missing piece to really automatically merge pull requests when strict status checks are set up to protect against semantic conflicts.
Add .github/workflows/auto-update.yml to your repository to use this action.