Skip to content

Commit 4ade32f

Browse files
authored
Merge pull request #2135 from asbjornu/feature/stalebot-bug
Don't mark bugs as stale
2 parents bbaf92c + 0fc4aea commit 4ade32f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/stale.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ daysUntilClose: 30
66
exemptLabels:
77
- pinned
88
- security
9+
- bug
910
# Label to use when marking an issue as stale
1011
staleLabel: stale
1112
# Comment to post when marking an issue as stale. Set to `false` to disable
@@ -14,4 +15,4 @@ markComment: >
1415
recent activity. After 30 days from now, it will be closed if no further
1516
activity occurs. Thank you for your contributions.
1617
# Comment to post when closing a stale issue. Set to `false` to disable
17-
closeComment: false
18+
closeComment: false

0 commit comments

Comments
 (0)