mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
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:
parent
dbc13e1ea2
commit
51fe25fdbb
Notes:
sideshowbarker
2024-07-18 19:22:13 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/51fe25fdbbb Pull-request: https://github.com/SerenityOS/serenity/pull/6502
1 changed files with 1 additions and 1 deletions
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue