mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Don't mark issues that are marked as enhancement as stale (#6134)
This commit is contained in:
parent
9810b9e02b
commit
a9548283d0
1 changed files with 2 additions and 1 deletions
3
.github/stale.yml
vendored
3
.github/stale.yml
vendored
|
|
@ -8,7 +8,8 @@ daysUntilClose: 7
|
|||
exemptLabels:
|
||||
- status:contributions-welcome
|
||||
- status:more-info-needed
|
||||
- status:duplicate
|
||||
- status:duplicate
|
||||
- type:enhancement
|
||||
|
||||
# Label to use when marking an issue as stale
|
||||
staleLabel: stale
|
||||
|
|
|
|||
Loading…
Reference in a new issue