Browse Source

ci: set description for release labels (#38528)

David Sanders 1 year ago
parent
commit
74b8133a93
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/branch-created.yml

+ 2 - 2
.github/workflows/branch-created.yml

@@ -28,8 +28,8 @@ jobs:
 
             # Create new labels
             gh label create $MAJOR-x-y --color 8d9ee8 || true
-            gh label create target/$MAJOR-x-y --color ad244f || true
-            gh label create merged/$MAJOR-x-y --color 61a3c6 || true
+            gh label create target/$MAJOR-x-y --color ad244f --description "PR should also be added to the \"${MAJOR}-x-y\" branch." || true
+            gh label create merged/$MAJOR-x-y --color 61a3c6 --description "PR was merged to the \"${MAJOR}-x-y\" branch." || true
             gh label create in-flight/$MAJOR-x-y --color db69a6 || true
             gh label create needs-manual-bp/$MAJOR-x-y --color 8b5dba || true