mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
22 lines
866 B
YAML
22 lines
866 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:
|
|
- "contributions are welcome"
|
|
- documentation
|
|
- enhancement
|
|
|
|
# Label to use when marking an issue as stale
|
|
staleLabel: wontfix
|
|
|
|
# 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.
|