mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
* Update stale.yml Change the number of days of inactivity before an issue becomes stale from 60 to 5 and the number of days of inactivity before a stale issue is closed from 7 to 5. Update the exempt labels based on the redefined set of GH labels. * Implement stale.yml feedback.
22 lines
859 B
YAML
22 lines
859 B
YAML
# Number of days of inactivity before an issue becomes stale
|
|
daysUntilStale: 30
|
|
|
|
# Number of days of inactivity before a stale issue is closed
|
|
daysUntilClose: 7
|
|
|
|
# Issues with these labels will never be considered stale
|
|
exemptLabels:
|
|
- contributions welcome
|
|
- feature request
|
|
- regression
|
|
|
|
# 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.
|