actions-marketplace-validations/Get Owners
Parse Owners file and expose approvers, reviewers and random reviewers
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| owners-path | OWNERS file repo path (including the actual file name) | no | OWNERS |
| n-random-reviewers | Number of random reviewers you want to generate | no | — |
| auto-add-reviewers | Should add the random reviewers to pr automatically. Ignored if pr not found | no | false |
| token | Secret Token to add Reviewers | no | — |
Outputs
| name | description |
|---|---|
| approvers | All the approvers in the OWNERS file |
| reviewers | All the reviewers in the OWNERS file |
| random-reviewers | Random reviewers excluding sender |