Improve the pull request title for versions repository updates (#17843)

This commit is contained in:
Zanie Blue
2026-02-03 14:25:30 -06:00
committed by GitHub
parent 1f1321d842
commit eadc223185
+1 -1
View File
@@ -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 {}