Affected Code Owners
Version updated for https://github.com/meddevo/affected-codeowners to version v2.0.0.
- 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 GitHub Action affected-codeowners determines which code owners are affected by changes in a pull request based on the repository’s CODEOWNERS file. It parses the file to generate lists of individual and grouped code owners, addressing known limitations related to pattern escaping and negation. The action outputs JSON-formatted lists of affected owners for both individuals and groups, aiding in tracking which contributors need attention.
What’s Changed
What’s Changed
- feat!: migrate action runtime to node24 by @joh-klein in https://github.com/meddevo/affected-codeowners/pull/24
New Contributors
- @joh-klein made their first contribution in https://github.com/meddevo/affected-codeowners/pull/24
Full Changelog: https://github.com/meddevo/affected-codeowners/compare/v1...v2.0.0