redhat-plumbers-in-action/Advanced Issue Labeler
Label issues based on values from issue form dropdown.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| issue-form | Representation of issue form in JSON type | yes | — |
| template | Each issue form can have defined different labeling policy, this option is used to specify which policy should be used. | no | "" |
| section | Section of form that is used to determine labels | no | "" |
| block-list | Array of words excluded from labeling process, these words won't be set as labels. Use yaml `|` syntax when setting multiple values. | no | "" |
| config-path | Path to configuration file | yes | .github/advanced-issue-labeler.yml |
| token | GitHub token used to set issue labels | yes | — |
Outputs
| name | description |
|---|---|
| labels | Labels that were set on issue. Value is a stringified array. |
| policy | Policy that was used to set labels on issue. Value is a stringified JSON object. |