summaryrefslogtreecommitdiffstats
path: root/modules/label/parser.go
Commit message (Collapse)AuthorAgeFilesLines
* Make label templates have consistent behavior and priority (#23749) (#24071)wxiaoguang2023-04-121-28/+20
| | | | | | | Backport #23749 Fix https://github.com/go-gitea/gitea/issues/23715 Backported manually and tested manually.
* Add loading yaml label template files (#22976) (#23232)Giteabot2023-03-011-0/+126
Backport #22976 Extract from #11669 and enhancement to #22585 to support exclusive scoped labels in label templates * Move label template functionality to label module * Fix handling of color codes * Add Advanced label template Co-authored-by: Lauris BH <lauris@nix.lv>