From 6a9802cc280d6bd194de9d5c9c52d6259bd5f03c Mon Sep 17 00:00:00 2001 From: David Benedeki Date: Fri, 18 Oct 2024 22:13:19 +0200 Subject: [PATCH] * proper SKIP-LABEL --- .github/workflows/check_pr_release_notes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_pr_release_notes.yml b/.github/workflows/check_pr_release_notes.yml index 2f07c78..be70f4d 100644 --- a/.github/workflows/check_pr_release_notes.yml +++ b/.github/workflows/check_pr_release_notes.yml @@ -22,7 +22,7 @@ on: branches: [ master ] env: - SKIP_LABEL: 'skip-release-notes-check' + SKIP_LABEL: 'no RN' RLS_NOTES_TAG_REGEX: 'Release Notes:' jobs: