totallymoney/Assign reviewers by labels
Use labels to automatically assign reviewers to PRs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | — |
| config-file | Path to the assign reviewers by label YAML configuration file or endpoint that returns JSON configuration file | no | .github/assign_label_reviewers.yml |
| config-request-headers | The headers to be passed when calling an endpoint to return the JSON configuration file | no | — |
| unassign-if-label-removed | Unassign reviewers when the reviewers label is removed | no | true |
Outputs
| name | description |
|---|---|
| assigned_status | Whether reviewers have been assigned successfully |
| assigned_message | Additional details of the status |
| assigned_reviewers | The reviewers that the action has assigned |
| assigned_url | The PR url |
| unassigned_status | Whether reviewers have been unassigned successfully |
| unassigned_message | Additional details of the status |
| unassigned_reviewers | The reviewers that the action has unassigned |
| unassigned_url | The PR url |