mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
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:
parent
098f02bc04
commit
5eb5483d65
2
.github/stale.yml
vendored
2
.github/stale.yml
vendored
|
@ -27,7 +27,7 @@ exemptAssignees: false
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
|
|
||||||
# Limit the number of actions per hour, from 1-30. Default is 30
|
# 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.
|
# Comment to post when removing the stale label.
|
||||||
# unmarkComment: >
|
# unmarkComment: >
|
||||||
|
|
Loading…
Reference in New Issue
Block a user