Skip to content

Commit 3211124

Browse files
authored
Update stale workflow (#306)
* Update stale.yml workflow. * Update daysUntilClose comment.
1 parent 4c5641c commit 3211124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,15 @@
1515
# Number of days of inactivity before an issue becomes stale
1616
daysUntilStale: 60
1717
# Number of days of inactivity before a stale issue is closed
18-
daysUntilClose: 7
18+
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
19+
daysUntilClose: false
1920
# Issues with these labels will never be considered stale
2021
exemptLabels:
2122
- pinned
2223
- security
2324
- new instrumentation
2425
# Label to use when marking an issue as stale
25-
staleLabel: wontfix
26+
staleLabel: stale
2627
# Comment to post when marking an issue as stale. Set to `false` to disable
2728
markComment: >
2829
This issue has been automatically marked as stale because it has not had

0 commit comments

Comments
 (0)