diff --git a/.github/workflows/auto-tag-unreleased-bugs.yml b/.github/workflows/auto-tag-unreleased-bugs.yml index 8e4d322eeb..72b50f99d3 100644 --- a/.github/workflows/auto-tag-unreleased-bugs.yml +++ b/.github/workflows/auto-tag-unreleased-bugs.yml @@ -41,7 +41,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, issue_number: issue.number, - labels: ['~unreleased-bug'] + labels: ['~unreleased bug'] }); // Post a comment explaining the action