Projects STRLCPY CatSniffer Commits f68c2c85
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    .github/stale.yml
     1 +# Number of days of inactivity before an issue becomes stale
     2 +daysUntilStale: 5
     3 +# Number of days of inactivity before a stale issue is closed
     4 +daysUntilClose: 3
     5 +# Issues with these labels will never be considered stale
     6 +exemptLabels:
     7 +- Bug
     8 +- Quality
     9 +- Feedback
     10 +- Libraries
     11 +# Label to use when marking an issue as stale
     12 +staleLabel: First warning
     13 +# Comment to post when marking an issue as stale. Set to `false` to disable
     14 +markComment: >
     15 + This is a message to remind you that your request has been pending for 5 days and awaits your comments.
     16 +
     17 + Our agent would like to hear from you about your previous request to see if the difficulty
     18 + you were facing has been resolved or if we can provide further assistance.
     19 + Otherwise, if we do not hear back from you within the next three days, the issue will be closed.
     20 +
     21 + Kind regards,
     22 + Electronic Cats Support Team
     23 +# Comment to post when closing a stale issue. Set to `false` to disable
     24 +closeComment: false
     25 +# Limit to only `issues` or `pulls`
     26 +only: issues
     27 + 
Please wait...
Page is in error, reload to recover