Skip to content

Releases: wechuli/pull-request-updater

v2.1.0: Merge pull request #9 from wechuli/wechuli-patch-3

06 Mar 14:46
947fc82
Compare
Choose a tag to compare

v2.0.0

16 Mar 06:10
Compare
Choose a tag to compare

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

12 Mar 09:35
Compare
Choose a tag to compare

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.