subhankar1712/RegEx Issue Labeler

Labels issues automatically based on their body

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo-tokenThe GITHUB_TOKEN secretno${{ github.token }}
configuration-pathPath to the labeler.yml configuration fileyes
enable-versioned-regexControls if versioned regex templates are being usedyes
versioned-regexThe regex version number to use. Only required if using versioned regex filesno
not-beforeIs optional and will result in any issues prior to this timestamp to be ignoredno
body-missing-regex-labelThe name of the label that should be added to an issue where the specified `version-regex` can not be found.no
include-titleInclude the title in the regex targetno0
include-bodyInclude the body in the regex targetno1
sync-labelsRemove the label from the issue if the label regex does not matchno0
issue-numberThe number of the issue/PR to labelno${{ github.event.issue.number || github.event.pull_request.number }}
namedescription
labels-addedThe labels that were added by the action, as a stringified array.
labels-removedThe labels that were removed by the action, as a stringified array.