irby/Get Labels on Push
This action will convert all labels from the latest PR into a dictionary to be read by other steps in GitHub Actions pipeline.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 22, 2026
- License
- MIT
Pinned Snippet
uses: irby/get-labels-on-push@830afd355a390b08a22976db337af3fc4e4dd2b3 # v1.2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The repository token, i.e. secrets.GITHUB_TOKEN | yes | — |
Outputs
| name | description |
|---|---|
| labels | The labels on this PR. A string containing tag identifiers surrounded with spaces for easy use with `contains`. |
| labels-object | The labels on this PR. A dictionary containing `true` where a label exists |