Skip to content

Commit 070cd1b

Browse files
dhruvmanilagithub-actions
authored andcommitted
Update stalebot to take 5 actions per hour (TheAlgorithms#3922)
* Update stalebot to take 5 actions per hour * updating DIRECTORY.md Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
1 parent dff3f09 commit 070cd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exemptAssignees: false
2727
staleLabel: stale
2828

2929
# Limit the number of actions per hour, from 1-30. Default is 30
30-
limitPerRun: 30
30+
limitPerRun: 5
3131

3232
# Comment to post when removing the stale label.
3333
# unmarkComment: >

0 commit comments

Comments
 (0)