elharo commented on code in PR #129:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/129#discussion_r1912182705
##########
.github/labels.js:
##########
@@ -66,6 +66,31 @@ module.exports = [
color: "912E29",
description: ""
},
+ {
+ name: "priority:blocker",
+ color: "cc0000",
+ description: "Blocks development and/or testing work, production could
not run"
+ },
+ {
+ name: "priority:critical",
+ color: "ff0000",
+ description: "Crashes, loss of data, severe memory leak"
Review Comment:
Add security holes?
##########
.github/labels.js:
##########
@@ -66,6 +66,31 @@ module.exports = [
color: "912E29",
description: ""
},
+ {
+ name: "priority:blocker",
+ color: "cc0000",
+ description: "Blocks development and/or testing work, production could
not run"
+ },
+ {
+ name: "priority:critical",
+ color: "ff0000",
+ description: "Crashes, loss of data, severe memory leak"
+ },
+ {
+ name: "priority:major",
+ color: "009900",
+ description: "Major loss of function"
+ },
+ {
+ name: "priority:minor",
+ color: "006600",
+ description: "Minor loss of function, or other problem where easy
workaround is present"
+ },
+ {
+ name: "priority:trivial",
+ color: "003300",
+ description: "Cosmetic problem like misspell words or misaligned text"
Review Comment:
misspelled
##########
.github/labels.js:
##########
@@ -66,6 +66,31 @@ module.exports = [
color: "912E29",
description: ""
},
+ {
+ name: "priority:blocker",
+ color: "cc0000",
+ description: "Blocks development and/or testing work, production could
not run"
Review Comment:
Hmm, I've been interpreting this as blocks release. That is, don't release
before this is fixed.
--
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]