offensive-vk/auto-label-stuff

Super Easy Action to Automatically Apply Labels on Issues and PRs based on config files.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
numberWorks on a specific issue or pr number. (wip)no
debugWhether to enable Debug Mode or not.no
auth-tokenYour GitHub Token (PAT or `github.token`). Required to authenticate API requests.no${{ github.token }}
create-labelsSet to true if the labels does not exist in the repository. If set to false, the action will not create the labels.notrue
issue-configPath to file where each label maps to an array of matching strings. File type: .yml, .yaml, .json.no
pr-configPath to file for labeling pull request based on file changes. Like labeler.yml but more simpler.no

no outputs