xfg - Config File Sync
Version updated for https://github.com/anthony-spruyt/xfg to version v2.0.1.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The GitHub Action “xfg” is a CLI tool designed to synchronize configuration files (JSON, YAML, etc.) across multiple repositories on platforms like GitHub, Azure DevOps, and GitLab. It automates the process of maintaining consistent configurations by creating pull requests or pushing changes directly, supporting multi-repo targeting, templating, and advanced merge strategies. This action helps enforce organization-wide standards, simplifies configuration management, and reduces manual effort in maintaining configuration files across distributed repositories.
Release notes
What’s Changed
- fix: update integration test to use v2 manifest structure by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/213
- fix: use check-runs API instead of commit status in release workflow by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/214
Full Changelog: https://github.com/anthony-spruyt/xfg/compare/v2.0.0...v2.0.1