Skip to content

Commit ddd6d12

Browse files
committed
feat(config): update StaleBot labels, timeouts, and messaging
1 parent 4cd9c97 commit ddd6d12

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

.github/stale.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 60
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
4+
daysUntilClose: 14
55
# Issues with these labels will never be considered stale
66
exemptLabels:
7-
- staged for next release
8-
- pinned
7+
- "staged for next release 🏁"
8+
- "pinned 📌"
99
# Label to use when marking an issue as stale
10-
staleLabel: needs response
10+
staleLabel: "needs response 🤙"
1111
# Comment to post when marking an issue as stale. Set to `false` to disable
1212
markComment: >
13-
This issue has been automatically marked as stale because it has not had
14-
recent activity. It will be closed if no further activity occurs. Thank you
15-
for your contributions.
13+
It's hard to keep track of everything. This issue has been automatically marked as stale because it has not had recent activity, neither from the team nor the community. It will be closed if no further activity occurs. Please consider adding additional info, volunteering to contribute a fix for this issue, or making a further case that this is important to you, the team, and the project as a whole. Thanks!
1614
# Comment to post when closing a stale issue. Set to `false` to disable
17-
closeComment: false
15+
closeComment: >
16+
Issue closed after going stale. It can be re-opened if still relevant.

0 commit comments

Comments
 (0)