From add793462f464b1e5166c5dcd346e4f769b1b9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Tue, 4 Oct 2022 16:35:06 +0200 Subject: [PATCH] Update milestone-workflow.yml (#2853) --- .github/workflows/milestone-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |