Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | Meta: Stop limiting stale-bot actions per hour. | Brian Gianforcaro | |
Initially this was configured to 2 an hour so that we could easily disable stale-bot if something went haywire. Now that it's successfully proved it's doing what it's supposed to, let it run the default number of actions per hour. | |||
2021-04-19 | Meta: Configure probot/stale to close stale pull requests automatically. | Brian Gianforcaro | |
This change adds the required configuration to setup the https://github.com/probot/stale github bot to close stale pull requests. We currently have a large amount of PRs just sitting around with no activity, clogging up the PR queue. This will hopefully make that situation better. |