codeowner-gen
Version updated for https://github.com/PeterGrace/codeowner-gen to version v0.4.4.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The codeowner-gen GitHub Action automates the process of generating and maintaining a well-organized CODEOWNERS file from a structured YAML configuration. It ensures the output is properly formatted, alphabetized, and optionally grouped, improving readability and reducing unnecessary changes in pull requests. By streamlining the creation and updates of CODEOWNERS, it simplifies code ownership management and enhances the PR review process.
Release notes
This fixes alphabetization of paths by switching the path strings to PathBuf.