Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 6628855

Browse files
Extend from default SSBC config
1 parent 9b38080 commit 6628855

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

.github/stale.yml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
# Number of days of inactivity before an issue becomes stale
2-
daysUntilStale: 60
3-
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 7
1+
_extends: .github
2+
53
# Issues with these labels will never be considered stale
4+
# This overrides `exemptLabels` from https://github:ssbc/.github
65
exemptLabels:
76
- pinned
87
- security
98
- enhancement
109
- bug
1110
- performance
12-
# Label to use when marking an issue as stale
13-
staleLabel: stale
14-
# Comment to post when marking an issue as stale. Set to `false` to disable
15-
markComment: >
16-
This issue has been automatically marked as stale because it has not had
17-
recent activity. It will be closed if no further activity occurs. Thank you
18-
for your contributions.
19-
# Comment to post when closing a stale issue. Set to `false` to disable
20-
closeComment: false
11+

0 commit comments

Comments
 (0)