actions-marketplace-validations/Simple Issue Labeler

Adds and removes labels from issues.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo-tokenThe GitHub tokenno${{ github.token }}
add-labelsLabels to add to an issue, seperated by commas.no
remove-labelsLabels to be removed from an issue, seperated by commas.no
ignore-if-assignedTrue/False value to indicate if no labels should be added or removed if there is an assignee to the issue.no
ignore-if-labeledTrue/False value to indicate if no labels should be added or removed if the issue already has labels.no
issue-numberAn issue number or PR number or project card number. Optional, if not specified, will use the one available in github event `github.event.pull_request` or `github.event.issue`no

no outputs