aboutsummaryrefslogtreecommitdiffstats
path: root/options/label
Commit message (Collapse)AuthorAgeFilesLines
* Add missing exclusive in advanced label options (#28322)Luca Zulberti2024-01-221-3/+3
| | | | | | | | Hi, I think these changes could be useful for default labels when creating new repos. The PR includes the following changes: - Add missing exclusive flag for Kind/ scope in labels. - Move Breaking label into new Compat/ scope.
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-0/+70
| | | | | | | | 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
* Add label descriptions (#3662)Lauris BH2018-03-131-7/+7
| | | | | | * Add label descriptions * Add default descriptions to label template
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-221-0/+7
* Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values