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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 22, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: irby/get-labels-on-push@830afd355a390b08a22976db337af3fc4e4dd2b3 # v1.2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github-tokenThe repository token, i.e. secrets.GITHUB_TOKENyes
namedescription
labelsThe labels on this PR. A string containing tag identifiers surrounded with spaces for easy use with `contains`.
labels-objectThe labels on this PR. A dictionary containing `true` where a label exists