diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index c652b433f..28fe4796a 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -27,5 +27,5 @@ jobs: BODY="Automated PR. Will trigger the ${TAG} release when approved." LABEL=release ASSIGNEE=${{ github.actor }} - gh pr create --title "${TITLE}" --body "${BODY}" --label "${LABEL}" --assignee "@${ASSIGNEE}" || + gh pr create --title "${TITLE}" --body "${BODY}" --label "${LABEL}" --assignee "${ASSIGNEE}" || gh pr edit --title "${TITLE}" --body "${BODY}" --add-label "${LABEL}"