Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tibdex/auto-update
🔄 Automatically keep pull requests with auto-merge enabled up to date with their base branch
https://github.com/tibdex/auto-update
auto-merge auto-update github-action javascript-github-action pull-requests
Last synced: 6 days ago
JSON representation
🔄 Automatically keep pull requests with auto-merge enabled up to date with their base branch
- Host: GitHub
- URL: https://github.com/tibdex/auto-update
- Owner: tibdex
- License: mit
- Created: 2020-12-21T20:48:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T01:51:23.000Z (9 months ago)
- Last Synced: 2024-11-04T14:03:45.214Z (16 days ago)
- Topics: auto-merge, auto-update, github-action, javascript-github-action, pull-requests
- Language: TypeScript
- Homepage:
- Size: 396 KB
- Stars: 61
- Watchers: 2
- Forks: 42
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto-update is a minimalist [JavaScript GitHub action](https://help.github.com/en/articles/about-actions#javascript-actions) to keep pull requests with [auto-merge](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request) enabled [up to date with their base branch](https://developer.github.com/changes/2019-05-29-update-branch-api/).
It is the missing piece to really automatically merge pull requests when [strict status checks](https://help.github.com/en/articles/types-of-required-status-checks) are set up to protect against [semantic conflicts](https://bors.tech/essay/2017/02/02/pitch/).
Add [.github/workflows/auto-update.yml](.github/workflows/auto-update.yml) to your repository to use this action.