Skip to content

Commit 9a6cb0b

Browse files
authored
modify stale config
1 parent b712eb0 commit 9a6cb0b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/stale.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ exemptMilestones: false
2424
exemptAssignees: false
2525

2626
# Label to use when marking as stale
27-
staleLabel: "status: will not fix"
27+
staleLabel: "stale"
2828

2929
# Comment to post when marking as stale. Set to `false` to disable
3030
markComment: >
3131
This issue has been automatically marked as stale because it has not had
32-
recent activity. It will be closed if no further activity occurs. Thank you
33-
for your contributions.
32+
recent activity. Please comment here if it is still valid so that we can
33+
reprioritize. Thank you!
3434
3535
# Comment to post when removing the stale label.
3636
# unmarkComment: >
3737
# Your comment here.
3838

3939
# Comment to post when closing a stale Issue or Pull Request.
40-
# closeComment: >
41-
# Your comment here.
40+
closeComment: >
41+
Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.
4242
4343
# Limit the number of actions per hour, from 1-30. Default is 30
4444
limitPerRun: 10

0 commit comments

Comments
 (0)