meddevo/Affected Code Owners

GitHub Action to determine which `CODEOWNERS` are affected based on changes in a pull request.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenThe GitHub token used to perform git operations${{ github.token }}
namedescription
individual-ownersA JSON-formatted string containing a deduplicated array of all affected code owners for the changed files. Example: ["@owner1", "@owner3", "@owner2"]
grouped-ownersA JSON-formatted string containing a deduplicated array of owner groups, where each group corresponds to a specific rule that matched the changed files. Each group contains an array of owners. Example: [ ["@owner1", "@owner3"], ["@owner2", "@owner3"] ]