mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-29 00:19:36 +00:00
Add missing labels to stalebot config
We missed a handful of labels in our stalebot config. The presence of these labels should prevent closing. Signed-off-by: Craig Jellick <craig@rancher.com>
This commit is contained in:
committed by
Craig Jellick
parent
8e90c56f5c
commit
a55921b33d
8
.github/stale.yml
vendored
8
.github/stale.yml
vendored
@@ -22,6 +22,12 @@ exemptLabels:
|
||||
- kind/ci-improvements
|
||||
- kind/performance
|
||||
- kind/flaky-test
|
||||
- kind/documentation
|
||||
- kind/backport
|
||||
- priority/backlog
|
||||
- priority/critical-urgent
|
||||
- priority/important-longterm
|
||||
- priority/important-soon
|
||||
|
||||
# Set to true to ignore issues in a project (defaults to false)
|
||||
exemptProjects: true
|
||||
@@ -46,4 +52,4 @@ markComment: >
|
||||
limitPerRun: 30
|
||||
|
||||
# Limit to only `issues`
|
||||
only: issues
|
||||
only: issues
|
||||
|
||||
Reference in New Issue
Block a user