Skip to content
Compare
Choose a tag to compare
@BetaHuhnBot BetaHuhnBot released this 08 Mar 10:02
· 336 commits to master since this release

[v1.3.0] - 2021-03-08

Release notes · Compare · Tag · Archive (zip · tar.gz)

repo-file-sync-action will now check if there's an existing sync PR on the target repository and overwrite it with the new changes. This behavior can be turned of with the OVERWRITE_EXISTING_PR option.

New features

  • 2a4e127 Check for and overwrite existing PR

Updates

  • 5e590a1 Improve code structure/readability
  • 1e8745f Move exec function to helpers

Bug fixes

  • d7fe133 Parse boolean action input as actual boolean