Skip to content

Commit b2c5f4a

Browse files
authored
stalebot: send first ping after 6 days (#3923)
1 parent d528058 commit b2c5f4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/stale.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Configuration for probot-stale - https://github.com/probot/stale
22

33
# Number of days of inactivity before an Issue or Pull Request becomes stale
4-
daysUntilStale: 7
4+
daysUntilStale: 6
55

66
# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
77
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
@@ -29,7 +29,7 @@ staleLabel: "stale"
2929
# Comment to post when marking as stale. Set to `false` to disable
3030
markComment: >
3131
This issue is labeled as requiring an update from the reporter, and no update has been received
32-
after 7 days. If no update is provided in the next 7 days, this issue will be automatically closed.
32+
after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.
3333
3434
# Comment to post when removing the stale label.
3535
# unmarkComment: >

0 commit comments

Comments
 (0)