From dc8a7a6dc4d8f55f8158b53505e306ed913b835b Mon Sep 17 00:00:00 2001 From: Dave-Barcelo Date: Wed, 10 Jan 2024 11:33:43 -0500 Subject: [PATCH] Adding comments for helpfulness and documenting what required release labels are. --- .github/workflows/check-for-release-label.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-for-release-label.yml b/.github/workflows/check-for-release-label.yml index ba2549e4..c0b64947 100644 --- a/.github/workflows/check-for-release-label.yml +++ b/.github/workflows/check-for-release-label.yml @@ -1,3 +1,5 @@ +# For this check to pass you must have a release label on your PR. +# valid labels are: release/patch, release/minor, release/major, release/skip name: Check For Release Label on: