slachiewicz commented on code in PR #129:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/129#discussion_r1912479619
##########
.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:
Good point. We should add somewhere that users should not report security
issues via Issues but report it via official ASF channels. Optionally we may
enable GitHub feature for that
--
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]