onnxruntime/.github/stale.yml
Ryan Lai 018269f29f Merged PR 4868304: Manual merge of Onnxruntime github into DmlDev
There was a merge conflict in Operator Registration .cpp

Related work items: #27289842
2020-06-30 23:42:51 +00:00

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.