Add breaking changes GH label.

This commit is contained in:
Mark Paluch
2024-06-10 08:53:05 +02:00
parent 8581bc32a7
commit 787ca21cd8

View File

@@ -143,6 +143,9 @@ class LabelConfiguration implements Streamable<Label> {
configurer.register(LabelFactories.HAS_LABEL, "design-decision",
"An issue that contains a design decision about its topic");
configurer.register(LabelFactories.HAS_LABEL, "breaking-change",
"An issue that is associated with a breaking change.");
configurer.register(TYPE_TASK);
});