Skip to content

Commit 944465f

Browse files
committed
refining comments and adding exemptLabels
1 parent 18ac968 commit 944465f

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
@@ -12,21 +12,21 @@ onlyLabels: []
1212

1313
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
1414
exemptLabels:
15-
Feature Request
15+
- Feature Request
16+
- WIP
17+
- Bug
1618

1719
# Label to use when marking as stale
1820
staleLabel: Inactive
1921

2022
# Comment to post when marking as stale. Set to `false` to disable
2123
markComment: >
22-
This issue has been automatically marked as stale because it has not had
23-
recent activity. It will be closed if no further activity occurs. Thank you
24+
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you
2425
for your contributions.
2526
2627
# Comment to post when closing a stale Issue or Pull Request.
2728
closeComment: >
28-
This issue has been automatically closed because it has not had
29-
recent activity
29+
This issue has been automatically closed due to inactivity.
3030
3131
# Limit the number of actions per hour, from 1-30. Default is 30
3232
limitPerRun: 1

0 commit comments

Comments
 (0)