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 4ee9035  Add build, breaking, deprecated and removed labels (#166)
4ee9035 is described below

commit 4ee903538d878f35dc5ac0f19eda6d704e3ea7bc
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Thu Jun 5 23:08:07 2025 +0200

    Add build, breaking, deprecated and removed labels (#166)
    
    * Add build, breaking, deprecated and removed labels
    
    such labels are already used in release-drafter template
    so should exist in a project
    
    * fix according to review
---
 .github/labels.js | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/.github/labels.js b/.github/labels.js
index 721f72e..bf7712d 100644
--- a/.github/labels.js
+++ b/.github/labels.js
@@ -66,6 +66,26 @@ module.exports = [
         color: "912E29",
         description: ""
     },
+    {
+        name: "build",
+        color: "912E29",
+        description: "Pull requests that change the build process"
+    },
+    {
+        name: "breaking",
+        color: "e4e669",
+        description: "Pull requests that break existing features"
+    },
+    {
+        name: "deprecated",
+        color: "C70132",
+        description: "Pull requests that deprecate features"
+    },
+    {
+        name: "removed",
+        color: "BC7855",
+        description: "Pull requests that remove features"
+    },
     {
         name: "skip-changelog",
         color: "e4e669",

Reply via email to