Close / Reopen Pull Requests
Close
tea pulls close 15 # close without merging
Reopen
tea pulls reopen 15
Bulk Close Stale PRs
tea pulls list --state open --output json | \
jq -r '.[] | select(.updated | fromdateiso8601 < (now - 90*86400)) | .index' | \
xargs tea pulls close