actions-marketplace-validations/Advanced Issue Labeler

Label issues based on values from issue form dropdown.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 24, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/redhat-plumbers-in-action_advanced-issue-labeler@b80ae64e3e156e9c111b075bfa04b295d54e8e2e # no releases — HEAD as of 2026-07-10

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

namedescriptionrequireddefault
issue-formRepresentation of issue form in JSON typeyes
templateEach issue form can have defined different labeling policy, this option is used to specify which policy should be used.no""
sectionSection of form that is used to determine labelsno""
block-listArray of words excluded from labeling process, these words won't be set as labels. Use yaml `|` syntax when setting multiple values.no""
config-pathPath to configuration fileyes.github/advanced-issue-labeler.yml
tokenGitHub token used to set issue labelsyes
namedescription
labelsLabels that were set on issue. Value is a stringified array.
policyPolicy that was used to set labels on issue. Value is a stringified JSON object.