action-push-to-mirrors

[READ ONLY] Action to mirror projects within a monorepo to mirror repos for publishing in Packagist, etc. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack

OTHER License

Stars
4

Bot releases are visible (Hide)

action-push-to-mirrors - 2.2.0 Latest Release

Published by github-actions[bot] about 2 months ago

2.2.0 - 2024-08-29

Added

  • Add footers like Upstream-Ref: owner/repo@sha to mirrored commits, to make it easy to find the source of any particular mirrored commit. New workflow parameter no-upstream-refs may be set to disable this. [#36850]
  • Use the Upstream-Ref footers to find better base commits for newly-mirrored branches. Add workflow parameters upstream-ref-count and upstream-ref-since to control how many commits are searched. [#36850]

Changed

  • Disable git automatic garbage collection. No point to it as the local repos will be immediately discarded. [#36902]
action-push-to-mirrors - 2.1.0

Published by github-actions[bot] 9 months ago

2.1.0 - 2024-02-07

Added

  • Added support for GitHub Enterprise by replacing github.com with a dynamic variable [#32974]

Changed

  • Update example in readme to use actions/checkout@v4. [#35262]
action-push-to-mirrors - 2.0.0

Published by github-actions[bot] almost 2 years ago

2.0.0 - 2022-11-23

Changed

  • It is now considered an error if the mirror repo does not exist. [#27523]
  • Updated package dependencies. [#27043]

Fixed

  • When running the script locally for testing, do not require API_TOKEN_GITHUB. [#27208]
action-push-to-mirrors - 1.0.5

Published by github-actions[bot] almost 2 years ago

1.0.5 - 2022-11-01

Added

  • Tooling: enable automatic GitHub releases when a new version of the action is tagged, so the new version can be made available in the GitHub Actions marketplace.
action-push-to-mirrors - 1.0.3: initial release for the GitHub marketplace

Published by jeherve over 2 years ago