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: