diff --git a/.github/workflows/issue-release-workflow.yml b/.github/workflows/issue-release-workflow.yml index bd6d09cc65e08..b09ef6555fa90 100644 --- a/.github/workflows/issue-release-workflow.yml +++ b/.github/workflows/issue-release-workflow.yml @@ -70,7 +70,7 @@ jobs: if: >- (github.repository == 'llvm/llvm-project') && !startswith(github.event.comment.body, '') && - contains(github.event.comment.body, '/branch') + contains(github.event.comment.body, '/branch ') steps: - name: Fetch LLVM sources