multimediallc/Codeowners Plus
Feature-rich alternative to GitHub Code Owners for monoliths and mono-repos
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 30, 2026
- License
- BSD
Pinned Snippet
uses: multimediallc/codeowners-plus@492316f7b626694d8e43813585364ce6fab6d579 # v1.10.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github API token | yes | — |
| pr | Pull request number | yes | — |
| repository | The owner and repository name. For example `octocat/Hello-World` | yes | ${{ github.repository }} |
| verbose | Print debug info | no | false |
| quiet | Disable PR comments and review requests | no | false |
Outputs
| name | description |
|---|---|
| data | JSON string containing all the codeowners data (success, message, file-owners, file-optional, still-required) |