()
| 509 | } |
| 510 | |
| 511 | func disableColorLabelsConfig() gh.Config { |
| 512 | return config.NewFromString("color_labels: disabled") |
| 513 | } |
| 514 | |
| 515 | func enableColorLabelsConfig() gh.Config { |
| 516 | return config.NewFromString("color_labels: enabled") |
no test coverage detected