Skip to content

Commit 164117c

Browse files
author
kashike
authored
stale: fix bug label name
1 parent 5fe8acc commit 164117c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ exemptLabels:
99
- 'status: accepted'
1010
- 'status: future'
1111
- 'status: wip'
12-
- 'status: bug'
12+
- 'type: bug'
1313
# Label to use when marking an issue as stale
1414
staleLabel: 'status: stale'
1515
# Comment to post when marking an issue as stale. Set to `false` to disable

0 commit comments

Comments
 (0)