Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

stale.yml 808 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. # Number of days of inactivity before an issue becomes stale
  2. daysUntilStale: 90
  3. # Number of days of inactivity before a stale issue is closed
  4. daysUntilClose: 7
  5. # Issues with these labels will never be considered stale
  6. exemptLabels:
  7. - bug
  8. - discussion
  9. - enhancement
  10. - longterm
  11. - "Feature request"
  12. # Label to use when marking an issue as stale
  13. staleLabel: stale
  14. # Comment to post when marking an issue as stale. Set to `false` to disable
  15. markComment: >
  16. This issue has been automatically marked as stale because it has not had activity in
  17. the last 90 days. It will be closed if no further activity occurs within 7 days. Thank
  18. you for your contributions.
  19. # Comment to post when closing a stale issue. Set to `false` to disable
  20. closeComment: false
  21. # Limit to only `issues` or `pulls`
  22. only: issues
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...