int128/find-codeowners-action
Find the owners from CODEOWNERS
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codeowners | Path of CODEOWNERS | yes | — |
| path | Path(s) to find the owners (multiline) | yes | — |
| path-glob | If true, evaluate path as glob pattern(s) | — | false |
Outputs
| name | description |
|---|---|
| owners | List of owners, separated by space |
| owners-without-organization | List of owners in the form of @user or @team, separated by space |
| orphan-files | List of files which are not owned in CODEOWNERS, separated by new line |