xfg - Config File Sync
Version updated for https://github.com/anthony-spruyt/xfg to version v1.10.2.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The xfg GitHub Action and CLI tool automates the synchronization of configuration files (e.g., JSON, YAML, or text files) across multiple repositories on platforms like GitHub, GitLab, and Azure DevOps. It simplifies tasks such as maintaining consistent settings (e.g., linters, formatters) across repositories by creating pull requests or directly pushing changes while supporting advanced features like templating, content inheritance, and multi-repo targeting. This action is ideal for enforcing organization-wide standards and managing distributed configurations efficiently.
Release notes
What’s Changed
- fix: remove npm cache from GitHub Action to fix missing package-lock.json error by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/179
- chore: release v1.10.2 by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/180
Full Changelog: https://github.com/anthony-spruyt/xfg/compare/v1.10.1...v1.10.2