repo-file-sync-action/CHANGELOG.md
2021-07-14 14:42:14 +00:00

15 KiB

[v1.9.0] - 2021-07-14

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

New features

  • 4a9f0ed Add deleteOrphaned option to delete files in the target when they are deleted in the source (#69) (Issues: #69)

Dependency updates

  • 1a071eb Bump action-input-parser from 1.2.7 to 1.2.8

[v1.8.5] - 2021-07-12

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

Dependency updates

  • e62f3bd Bump action-input-parser from 1.2.6 to 1.2.7
  • 9ecd32e Bump eslint from 7.29.0 to 7.30.0

[v1.8.4] - 2021-07-05

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

[v1.8.3] - 2021-06-28

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

[v1.8.2] - 2021-06-21

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

[v1.8.1] - 2021-06-11

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

Bug fixes

  • 6e6698c Allow branch name to contain slash (#57) (Issues: #57)

Dependency updates

[v1.8.0] - 2021-06-02

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

New features

  • 2e2ce4d Allow same repository with different branches (#52) (Issues: #52)

Dependency updates

[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