Update stalebot to take 5 actions per hour (#3922)

* Update stalebot to take 5 actions per hour

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Dhruv Manilawala 2020-11-25 13:23:49 +05:30 committed by GitHub
parent 098f02bc04
commit 5eb5483d65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/stale.yml vendored
View File

@ -27,7 +27,7 @@ exemptAssignees: false
staleLabel: stale
# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30
limitPerRun: 5
# Comment to post when removing the stale label.
# unmarkComment: >