File sync over across repos action
Version updated for https://github.com/vaivars/repo-sync-action to version v1.0.9.
- This action is used across all versions by ? 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 Repo File Sync Action is a GitHub Action designed to synchronize files or entire directories, such as workflow .yml files and configuration files, across multiple repositories or branches. It automates the process of keeping repositories consistent by detecting out-of-sync files and creating pull requests in target repositories with the necessary updates. Key features include support for repository groups, customizable sync configurations, automatic pull request labeling, user assignment, and template rendering with variables for dynamic file management.
Release notes
What’s Changed
- fix: Fix multi-group parsing in sync.yml specification by @vaivars in https://github.com/vaivars/repo-sync-action/pull/21
Full Changelog: https://github.com/vaivars/repo-sync-action/compare/v1.0.8...v1.0.9