From 08ef4e4ca1c3e742fbb96fc109ee021b4a6a0cca Mon Sep 17 00:00:00 2001 From: Christian Dam Vedel <158568093+damskii9992@users.noreply.github.com> Date: Wed, 17 Dec 2025 11:42:28 +0100 Subject: [PATCH] Add labelSeparator option to issue label checks --- .github/workflows/verify_issue_labels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/verify_issue_labels.yml b/.github/workflows/verify_issue_labels.yml index 69ec3a1..4315fe7 100644 --- a/.github/workflows/verify_issue_labels.yml +++ b/.github/workflows/verify_issue_labels.yml @@ -17,6 +17,7 @@ jobs: with: secret: ${{ github.TOKEN }} prefix: "[scope]" + labelSeparator: " " addLabel: true defaultLabel: "[scope] ⚠️ label needed" @@ -26,6 +27,7 @@ jobs: with: secret: ${{ github.TOKEN }} prefix: "[priority]" + labelSeparator: " " addLabel: true defaultLabel: "[priority] ⚠️ label needed"