slawekjaranowski commented on code in PR #129:
URL:
https://github.com/apache/maven-gh-actions-shared/pull/129#discussion_r1912502155
##########
.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:
We have it out of the box with GitHug issues -
https://github.com/apache/maven-gh-actions-shared/issues/new/choose
<img width="1171" alt="image"
src="https://github.com/user-attachments/assets/b677e07d-773c-493c-92b0-56cac3ebe484"
/>
--
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]