Bukama commented on code in PR #166:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/166#discussion_r2129152098
##########
.github/labels.js:
##########
@@ -66,6 +66,26 @@ module.exports = [
color: "912E29",
description: ""
},
+ {
+ name: "build",
+ color: "912E29",
+ description: "Pull requests that change or improve CI jobs"
+ },
+ {
+ name: "breaking",
+ color: "e4e669",
+ description: "Pull requests that can break existing features"
+ },
+ {
+ name: "deprecated",
+ color: "C70132",
+ description: "Pull requests that deprecate some of features"
+ },
+ {
+ name: "removed",
+ color: "BC7855",
+ description: "Pull requests that remove some of features"
Review Comment:
maybe even remove "some"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]