diff --git a/.github/workflows/publish-versions.yml b/.github/workflows/publish-versions.yml index 2835fc5bb..8218b7009 100644 --- a/.github/workflows/publish-versions.yml +++ b/.github/workflows/publish-versions.yml @@ -52,7 +52,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.ASTRAL_VERSIONS_PAT }} run: | - pull_request_title="Update versions for $VERSION" + pull_request_title="Add uv $VERSION" gh pr list --state open --json title --jq ".[] | select(.title == \"$pull_request_title\") | .number" | \ xargs -I {} gh pr close {}