paul1k/Check PR Labels
This action check if given labels have be applied to the PR when pushed.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The repository token, i.e. secrets.GITHUB_TOKEN | yes | — |
| pull-number | Pull request number, i.e. github.event.pull_request.number | yes | — |
| labels | The array of label name, e.g. '["tested", "partial"]' | yes | — |
Outputs
| name | description |
|---|---|
| result | The result if given labels have be applied to the PR |