mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
23 lines
903 B
YAML
23 lines
903 B
YAML
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 60
|
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 7
|
|
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- status:contributions-welcome
|
|
- status:more-info-needed
|
|
- status:duplicate
|
|
- type:enhancement
|
|
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: stale
|
|
|
|
# Comment to post when marking an issue as stale. Set to `false` to disable
|
|
markComment: >
|
|
This issue has been automatically marked as stale due to inactivity and will be closed in 7 days if no further activity occurs. If further support is needed, please provide an update and/or more details.
|
|
|
|
# Comment to post when closing a stale issue. Set to `false` to disable
|
|
closeComment: >
|
|
This issue has been automatically closed due to inactivity. Please reactivate if further support is needed.
|