Closed
Description
Given input like the following, I'd like all issues with the mergeme
label to get the bug
label, and for the mergeme
label to be deleted.
[bug]
color = "d73a4a"
name = "bug"
description = "Something isn't working"
[mergeme]
color = "f9d0c4"
name = "bug"
description = "To be merged with 'bug' label"
This requires the issue labelling functionality requested in #6