diff --git a/.github/workflows/branch-created.yml b/.github/workflows/branch-created.yml index 77689f4ec38..cea86ea1928 100644 --- a/.github/workflows/branch-created.yml +++ b/.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