Bulk GitHub Repository Sync
Version updated for https://github.com/joshjohanning/bulk-github-repo-sync-action to version v2.0.0.
- This action is used across all versions by 5 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The bulk-github-repo-sync-action is a GitHub Action designed to automate the synchronization of repositories between source and target GitHub organizations or servers using mirror cloning. It can create target repositories if they don’t exist, manage repository visibility, disable GitHub Actions, and optionally archive repositories post-sync. This action simplifies managing multiple repositories by providing features like multi-server support, detailed sync summaries, and flexible configuration options for seamless repository migration and maintenance.
Release notes
What’s Changed
- feat!: upgrade GitHub Actions runtime from node20 to node24 by @joshjohanning in https://github.com/joshjohanning/bulk-github-repo-sync-action/pull/66
Full Changelog: https://github.com/joshjohanning/bulk-github-repo-sync-action/compare/v1.0.12...v2.0.0