danielchabr/PR labels checker
Checks PR labels for specified rules
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| hasSome | Comma separated list of labels, PR needs at least of them | no | — |
| hasAll | Comma separated list of labels, PR needs all of them | no | — |
| hasNone | Comma separated list of labels, PR must not have any of them | no | — |
| hasNotAll | Comma separated list of labels, PR must not have all of them | no | — |
| githubToken | The Github secret token to access PR check API | yes | — |
| allowFailure | When true, the action returns a successful exit code even if the label criteria are not met | no | false |
Outputs
| name | description |
|---|---|
| passed | Have the provided labels passed all tests? |