This is an automated email from the ASF dual-hosted git repository. sjaranowski pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git
The following commit(s) were added to refs/heads/main by this push: new 88bdd98 Add priority labels 88bdd98 is described below commit 88bdd98fede703e9923504c2a3d85dc228c169db Author: Slawomir Jaranowski <s.jaranow...@gmail.com> AuthorDate: Sat Jan 11 16:51:42 2025 +0100 Add priority labels Name, description and color from jira for easy mapping. --- .github/labels.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.github/labels.js b/.github/labels.js index cb03141..65d4d12 100644 --- a/.github/labels.js +++ b/.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 misspelled words or misaligned text" + }, { name: "wontfix", color: "ffffff",