Skip to content

Commit

Permalink
Update stale config
Browse files Browse the repository at this point in the history
  • Loading branch information
xpeqex committed Sep 29, 2022
1 parent d98c48e commit f0901e8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 1
daysUntilStale: 5
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 2
daysUntilClose: 3
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- Bug
- Quality
- Feedback
- Libraries
# Label to use when marking an issue as stale
staleLabel: wontfix
staleLabel: First warning
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This is a message to remind you that your request has been pending for 5 days and awaits your comments.
Expand All @@ -20,3 +22,5 @@ markComment: >
Electronic Cats Support Team
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
# Limit to only `issues` or `pulls`
only: issues

0 comments on commit f0901e8

Please sign in to comment.