Add missing kind lable to exemptLabels in stale.yaml
Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
parent
6fbd276c0d
commit
e35988ae55
5
.github/stale.yml
vendored
5
.github/stale.yml
vendored
@ -17,6 +17,11 @@ exemptLabels:
|
|||||||
- kind/enhancement
|
- kind/enhancement
|
||||||
- kind/poc
|
- kind/poc
|
||||||
- kind/refactoring
|
- kind/refactoring
|
||||||
|
- kind/test
|
||||||
|
- kind/task
|
||||||
|
- kind/backport
|
||||||
|
- kind/regression
|
||||||
|
- kind/evaluation
|
||||||
|
|
||||||
# Set to true to ignore issues in a project (defaults to false)
|
# Set to true to ignore issues in a project (defaults to false)
|
||||||
exemptProjects: true
|
exemptProjects: true
|
||||||
|
Loading…
Reference in New Issue
Block a user