This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# necessita do github-cli instalado | |
# OBS.: A branch é deletada e um comentário é feito com o fechamento do PR | |
gh pr list --search "updated:<2023-06-01" --state=open --json number | jq -r '.[].number' | xargs -I {} gh pr close {} -d -c "PR fechado por inatividade" |