We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68d4d51 commit 3ce86a7Copy full SHA for 3ce86a7
1 file changed
.github/workflows/check-for-updates.yml
@@ -21,7 +21,8 @@ jobs:
21
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
run: |
23
PR_EXISTS=$(gh pr --repo "$GITHUB_REPOSITORY" \
24
- list --search "Update tzdata to version" \
+ list --state open \
25
+ --search 'in:title "Update tzdata to version"' \
26
--json number --jq '.[] | .number')
27
if [ -n "$PR_EXISTS" ]; then
28
echo "A PR updating the tzdata version already exists: https://github.com/python/tzdata/pulls/${PR_EXISTS}"
0 commit comments