We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4104f commit 880fb74Copy full SHA for 880fb74
1 file changed
.github/stale.yml
@@ -4,13 +4,13 @@ daysUntilStale: 365
4
daysUntilClose: 365
5
# Issues with these labels will never be considered stale
6
exemptLabels:
7
- - pinned
8
- - security
9
- - feature request
10
- - keep-open
11
- - bug
+ - 'status: pinned'
+ - 'kind: security'
+ - 'kind: feature request'
+ - 'status: keep-open'
+ - 'kind: bug'
12
# Label to use when marking an issue as stale
13
-staleLabel: stale
+staleLabel: 'status: 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
0 commit comments