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"