diff --git a/.github/workflows/milestones.yml b/.github/workflows/milestones.yml index c6ee10fe29f..2326551e21e 100644 --- a/.github/workflows/milestones.yml +++ b/.github/workflows/milestones.yml @@ -69,3 +69,8 @@ jobs: run: echo $MILESTONE env: MILESTONE: ${{ steps.milestone.outputs.title }} + - run: gh pr edit ${{ github.event.pull_request.html_url }} --milestone "${MILESTONE}" + env: + GH_TOKEN: ${{ github.token }} + GH_REPO: ${{ github.repository }} + MILESTONE: ${{ steps.milestone.outputs.title }}