Skip to content

Releases: BetaHuhn/repo-file-sync-action

v1.7.1

31 May 11:31
Compare
Choose a tag to compare

[v1.7.1] - 2021-05-31

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

Updates

  • cee8520 Throttle requests when hitting rate limit, fixes #49
  • ec2d589 Combine GitHub and Git into one class

Bug fixes

  • 04ec06a Return rest api from octokit

Dependency updates

  • 060be53 Update dependencies
  • 228eceb Use latest @actions/github version

v1.7.0

21 May 19:43
Compare
Choose a tag to compare

[v1.7.0] - 2021-05-21

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

New features

v1.6.0

05 May 07:48
Compare
Choose a tag to compare

[v1.6.0] - 2021-05-05

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

New features

Updates

  • b3d8a1e Use external library for input parsing

Dependency updates

v1.5.1

03 May 00:07
Compare
Choose a tag to compare

[v1.5.1] - 2021-05-03

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

Dependency updates

v1.5.0

19 Apr 12:32
Compare
Choose a tag to compare

[v1.5.0] - 2021-04-19

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

New features

  • b557527 Add option to exclude certain files when syncing directories #26

Bug fixes

Dependency updates

v1.4.0

18 Mar 16:46
Compare
Choose a tag to compare

[v1.4.0] - 2021-03-18

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

New features

Dependency updates

v1.3.1

15 Mar 00:23
Compare
Choose a tag to compare

[v1.3.1] - 2021-03-15

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

v1.3.0

08 Mar 10:02
Compare
Choose a tag to compare

[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

v1.2.0

03 Mar 18:46
Compare
Choose a tag to compare

[v1.2.0] - 2021-03-03

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

New features

  • 18215cb Support custom GitHub Enterprise Host #8

v1.1.1

18 Jan 00:52
Compare
Choose a tag to compare

[v1.1.1] - 2021-01-18

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