Bulk GitHub Repository Settings Sync
Version updated for https://github.com/joshjohanning/bulk-github-repo-settings-sync-action to version v1.10.2.
- This action is used across all versions by 1 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “Bulk GitHub Repository Settings Sync Action” automates the process of updating and synchronizing repository settings across multiple GitHub repositories. It enables users to manage configurations such as PR merge strategies, branch deletion, CodeQL scanning, repository topics, and various file templates (e.g., .gitignore, dependabot.yml, workflow files) efficiently through YAML files or direct inputs. This action minimizes manual effort and ensures consistency across repositories, while offering features like dry-run mode, intelligent change detection, and per-repository overrides for flexibility.
Release notes
What’s Changed
- refactor: dynamically retrieve known configuration keys from action.yml by @joshjohanning in https://github.com/joshjohanning/bulk-github-repo-settings-sync-action/pull/73
- feat: set default values to true for package-json-sync-scripts and package-json-sync-engines inputs by @joshjohanning in https://github.com/joshjohanning/bulk-github-repo-settings-sync-action/pull/74
Full Changelog: https://github.com/joshjohanning/bulk-github-repo-settings-sync-action/compare/v1.10.1...v1.10.2