xfg - Config File Sync
Version updated for https://github.com/anthony-spruyt/xfg to version v1.9.0.
- 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, text files) across multiple repositories in platforms like GitHub, GitLab, and Azure DevOps. It simplifies maintaining consistent configurations by creating pull requests or directly updating branches, supporting advanced features like templating, content inheritance, and multi-repo targeting. This action is ideal for enforcing organization-wide standards and managing shared configurations efficiently across distributed repositories.
Release notes
What’s Changed
- feat: add GitHub Action wrapper for xfg CLI by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/152
- fix: use npx –yes to ensure package download by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/153
- fix: use npm install -g instead of npx for reliability by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/154
- fix: remove dry-run from action integration test by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/155
- fix: add setup, validation, and cleanup to action integration test by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/156
- chore: release v1.9.0 by @anthony-spruyt in https://github.com/anthony-spruyt/xfg/pull/157
Full Changelog: https://github.com/anthony-spruyt/xfg/compare/v1.8.0...v1.9.0