offensive-vk/auto-label-stuff
Super Easy Action to Automatically Apply Labels on Issues and PRs based on config files.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| number | Works on a specific issue or pr number. (wip) | no | — |
| debug | Whether to enable Debug Mode or not. | no | — |
| auth-token | Your GitHub Token (PAT or `github.token`). Required to authenticate API requests. | no | ${{ github.token }} |
| create-labels | Set to true if the labels does not exist in the repository. If set to false, the action will not create the labels. | no | true |
| issue-config | Path to file where each label maps to an array of matching strings. File type: .yml, .yaml, .json. | no | — |
| pr-config | Path to file for labeling pull request based on file changes. Like labeler.yml but more simpler. | no | — |
Outputs
no outputs