diff --git a/.github/workflows/milestone-workflow.yml b/.github/workflows/milestone-workflow.yml index d2c35af95..b8a2a1662 100644 --- a/.github/workflows/milestone-workflow.yml +++ b/.github/workflows/milestone-workflow.yml @@ -146,7 +146,7 @@ jobs: run: | prs=$(gh pr list --search milestone:"$MILESTONE_VERSION" --limit 1000 --state all --json number --template '{{range .}}{{tablerow (printf "%v" .number)}}{{end}}') for pr in $prs; do - gh pr $pr edit --add-label $MILESTONE_VERSION + gh pr edit $pr --add-label $MILESTONE_VERSION done - name: Add label ${{ env.MILESTONE_VERSION }} to all issues in the Milestone run: |