Skip to content

Commit

Permalink
Add missing labels to stalebot config
Browse files Browse the repository at this point in the history
We missed a handful of labels in our stalebot config.
The presence of these labels should prevent closing.

Signed-off-by: Craig Jellick <[email protected]>
  • Loading branch information
Craig Jellick authored and Craig Jellick committed Aug 17, 2021
1 parent 8e90c56 commit a55921b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -46,4 +52,4 @@ markComment: >
limitPerRun: 30

# Limit to only `issues`
only: issues
only: issues

0 comments on commit a55921b

Please sign in to comment.