Releases: wechuli/pull-request-updater
Releases · wechuli/pull-request-updater
v2.1.0: Merge pull request #9 from wechuli/wechuli-patch-3
- Update to use Node 20 as Node 16 is deprecated
v2.0.0
What's Changed
- Added support for GHES
- Option to disable comments on pull requests
- Ability to filter for a specific glob pattern both on both the base and head of the pull requests, allowing for updates to a specific update of pull requests
- General improvements to logging
- Better documentation of available actions
Minimal functionality implemented
Implemented minimal functionality for the Action:
- Will get all open pull requests and update them with the base branch
- Will display error message if merge conflicts exist
- Will create a comment on the PR once an update is done or merge conflicts exist
- Action will skip pull requests that are already up to date.