meddevo/Affected Code Owners
GitHub Action to determine which `CODEOWNERS` are affected based on changes in a pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub token used to perform git operations | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| individual-owners | A JSON-formatted string containing a deduplicated array of all affected code owners for the changed files. Example: ["@owner1", "@owner3", "@owner2"] |
| grouped-owners | A 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"] ] |