repo-file-sync-action/CHANGELOG.md
2021-09-03 13:10:44 +00:00

21 KiB

[v1.11.0] - 2021-09-03

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

New features

  • 4e6eff1 Add option to provide an installation token instead of a PAT (#91) (Issues: #91)

Dependency updates

  • 5b9070f Bump action-input-parser from 1.2.14 to 1.2.15

[v1.10.3] - 2021-08-30

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

Dependency updates

  • daa09dd Bump action-input-parser from 1.2.13 to 1.2.14
  • e25059e Bump @vercel/ncc from 0.29.2 to 0.30.0

[v1.10.2] - 2021-08-23

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

Dependency updates

  • a2b31de Bump action-input-parser from 1.2.12 to 1.2.13
  • a7e270f Bump @vercel/ncc from 0.29.1 to 0.29.2
  • 427b453 Bump @actions/core from 1.4.0 to 1.5.0

[v1.10.1] - 2021-08-16

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

Dependency updates

  • 2bad7c1 Bump @vercel/ncc from 0.29.0 to 0.29.1

[v1.10.0] - 2021-08-11

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

New features

Dependency updates

  • ef72279 Bump action-input-parser from 1.2.11 to 1.2.12
  • a0ee16b Upgrade dependencies

[v1.9.4] - 2021-08-09

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

Dependency updates

  • b848ad5 Bump eslint from 7.31.0 to 7.32.0
  • fe7d8a0 Bump action-input-parser from 1.2.10 to 1.2.11

[v1.9.3] - 2021-08-02

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

Dependency updates

  • 9e90f1f Bump action-input-parser from 1.2.9 to 1.2.10

[v1.9.2] - 2021-07-26

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

Dependency updates

  • 334da0b Bump action-input-parser from 1.2.8 to 1.2.9
  • ed856b2 Bump eslint from 7.30.0 to 7.31.0

[v1.9.1] - 2021-07-19

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

Dependency updates

  • 1dd7e0a Bump @vercel/ncc from 0.28.6 to 0.29.0

[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