Bulk GitHub Repository Settings Sync
Version updated for https://github.com/joshjohanning/bulk-github-repo-settings-sync-action to version v2.0.0.
- This action is used across all versions by 1 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 Repository Settings Sync Action” is a GitHub Action designed to automate the management and synchronization of repository settings across multiple GitHub repositories. It enables users to update configurations such as merge strategies, auto-merge settings, branch deletion policies, security settings, and various file synchronizations (e.g., .gitignore, CODEOWNERS, workflow files) using a centralized YAML configuration or dynamic filters. This action solves the problem of manually managing repository settings at scale and provides capabilities like dry-run mode, intelligent change detection, and comprehensive logging for streamlined administration.
Release notes
What’s Changed
- feat!: upgrade GitHub Actions runtime from node20 to node24 by @joshjohanning in https://github.com/joshjohanning/bulk-github-repo-settings-sync-action/pull/108
Full Changelog: https://github.com/joshjohanning/bulk-github-repo-settings-sync-action/compare/v1.15.4...v2.0.0