Merge pull request #9992 from glours/dont-stale-proposal-issues

exclude issues with the `kind/feature` label from stale bot process
This commit is contained in:
Guillaume Lours 2022-11-15 10:12:47 +01:00 committed by GitHub
commit 386c3554e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.github/stale.yml vendored
View File

@ -12,7 +12,7 @@ onlyLabels: []
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- "enhancement ✨"
- "kind/feature"
# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false