77jennifer77/Get labels action by key
Gets PR label by a specified key
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: 77jennifer77/get-labels-action@898f241ca784c9f17b1466b8fbb41698debcb518 # 0.0.5tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| label_key | the key of a keyed label i.e <label_key>:<label_value> | no | "" |
| default_label_value | the default value if key does not match any label | no | "" |
| label_value_order | order of preference if multiple keyed labels found | no | "" |
| github_token | github token used to obtain labels on non-pull request events | no | — |
Outputs
| name | description |
|---|---|
| label_value | the value of the keyed label |
| labels | list of all pr labels, seperated by a comma |