aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/pull-labeler.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update to labeler v5 (#29721)Denys Konovalov2024-03-121-3/+3
| | | | | | | | | | Updated to actions/labeler@v5 Updated labeler config accordingly, also improved the config and added more labels. --------- Co-authored-by: Giteabot <teabot@gitea.io>
* Tweak labeler config (#27502)silverwind2023-10-081-1/+0
| | | | | Alternative to https://github.com/go-gitea/gitea/pull/27439. Removes a few spammy labels, and disables `sync-labels` which make it never remove labels (which is default behaviour).
* Add `actions/labeler` (#26962)silverwind2023-09-071-0/+21
Implements https://github.com/GiteaBot/gitea-backporter/issues/93 using [`actions/labeler`](https://github.com/actions/labeler). Very basic configuration, can be extended later.