fix: increase robobun PR query limit from 200 to 1000 (#27126)

This commit is contained in:
robobun
2026-02-19 00:20:50 -08:00
committed by GitHub
parent 6e240de4e2
commit 1eef4368ea

View File

@@ -22,7 +22,7 @@ jobs:
--author robobun \
--state open \
--json number,updatedAt \
--limit 200 \
--limit 1000 \
--jq ".[] | select(.updatedAt < \"$ninety_days_ago\") | .number" |
while read -r pr_number; do
echo "Closing PR #$pr_number (last updated before $ninety_days_ago)"