Update milestone-workflow.yml (#2853)

This commit is contained in:
Clémentine Urquizar - curqui 2022-10-04 16:35:06 +02:00 committed by GitHub
parent cc2a271287
commit add793462f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |