actions-marketplace-validations/HasLabel
GitHub Action that filters a pull_request label. Useful for triggering jobs on certain label events.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| contains | A pr label has to contain this string | no | set-this |
| exact | A pr label has to exactly have this label | no | set-this |
Outputs
| name | description |
|---|---|
| labeled | The supplied label was added |
| unlabeled | The supplied label was unlabeled |