From eadc2231855d9f100cec8d225de66b7d08b0a731 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Feb 2026 14:25:30 -0600 Subject: [PATCH] Improve the pull request title for versions repository updates (#17843) --- .github/workflows/publish-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {}