()
| 621 | } |
| 622 | |
| 623 | func disableColorLabelsConfig() gh.Config { |
| 624 | return config.NewMockConfigFromString("color_labels: disabled") |
| 625 | } |
| 626 | |
| 627 | func enableColorLabelsConfig() gh.Config { |
| 628 | return config.NewMockConfigFromString("color_labels: enabled") |
no test coverage detected