Skip to content

Commit 54b278e

Browse files
asbjornuAndrew Gibson
authored andcommitted
Exempt issues that have an assignee or milestone
1 parent 950223a commit 54b278e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/stale.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 90
3+
34
# Number of days of inactivity before a stale issue is closed
45
daysUntilClose: 30
6+
57
# Issues with these labels will never be considered stale
68
exemptLabels:
79
- pinned
810
- security
911
- bug
12+
13+
# Set to true to ignore issues in a milestone (defaults to false)
14+
exemptMilestones: true
15+
16+
# Set to true to ignore issues with an assignee (defaults to false)
17+
exemptAssignees: true
18+
1019
# Label to use when marking an issue as stale
1120
staleLabel: stale
21+
1222
# Comment to post when marking an issue as stale. Set to `false` to disable
1323
markComment: >
1424
This issue has been automatically marked as stale because it has not had
1525
recent activity. After 30 days from now, it will be closed if no further
1626
activity occurs. Thank you for your contributions.
27+
1728
# Comment to post when closing a stale issue. Set to `false` to disable
1829
closeComment: false

0 commit comments

Comments
 (0)