summaryrefslogtreecommitdiff
path: root/close-github-pull-requests
AgeCommit message (Collapse)AuthorFilesLines
2016-12-07add scripts to close github pull requestsRay Strode1-0/+156
github apparently has no way to opt out of pull requests. This script is just a copy and paste of sync-github-mirror changed to query open pull requests and close them. Also there's a systemd timer to make the script run on all repos once an hour (might be better to trigger from a github webhook, but that would mean opening up a webserver, bleh)