repo-file-sync-action/CHANGELOG.md
2021-05-31 11:31:21 +00:00

10 KiB

[v1.7.1] - 2021-05-31

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

Updates

  • cee8520 Throttle requests when hitting rate limit, fixes #49 (Issues: #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] - 2021-05-21

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

New features

  • 6f08f7d Add COMMIT_BODY option (#44) (Issues: #44)

[v1.6.0] - 2021-05-05

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

New features

  • de55684 Add branch prefix option #32 (Issues: #32)

Updates

  • b3d8a1e Use external library for input parsing

Dependency updates

[v1.5.1] - 2021-05-03

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

Dependency updates

  • 000bf45 Bump eslint from 7.24.0 to 7.25.0 (#29) (Issues: #29)

[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 (Issues: #26)

Bug fixes

  • 9dc51bf Use fs-extra instead of actions/io #15 (Issues: #15)

Dependency updates

[v1.4.0] - 2021-03-18

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

New features

Dependency updates

  • 4c44045 Bump eslint from 7.21.0 to 7.22.0 (#12) (Issues: #12)

[v1.3.1] - 2021-03-15

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

[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] - 2021-03-03

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

New features

  • 18215cb Support custom GitHub Enterprise Host #8

[v1.1.1] - 2021-01-18

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

[v1.1.0] - 2021-01-10

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

New features

Bug fixes

  • b7e5310 Fix parsing of boolean config options [skip-ci]

[v1.0.1] - 2021-01-09

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

Bug fixes

  • 40b7915 Fix parsing of multiple groups

[v1.0.0] - 2021-01-09

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

New features

  • a863fe8 Add support for directories [skip ci]

Updates

  • c4c6e88 Remove pattern option [skip ci]
  • 22cc9e5 Remove delete option [skip ci]

Bug fixes

  • bb0c4aa Use Node v12 [skip ci]
  • 1266e84 Use run_id instead of run_number [skip ci]

Breaking changes