Meta: Stop limiting stale-bot actions per hour.

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.
This commit is contained in:
Brian Gianforcaro 2021-04-19 14:28:03 -07:00 committed by Andreas Kling
parent dbc13e1ea2
commit 51fe25fdbb
Notes: sideshowbarker 2024-07-18 19:22:13 +09:00

2
.github/stale.yml vendored
View File

@ -45,7 +45,7 @@ closeComment: >
Thank you for your contributions!
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 2
limitPerRun: 30
# Limit to only `issues` or `pulls`
only: pulls