Skip to content

Commit

Permalink
Update stale config (Unity-Technologies#5603)
Browse files Browse the repository at this point in the history
Include bugs but extend the period of time before bugs are marked stale to 2 sprints. Closed after no activity in 3 sprints.
  • Loading branch information
Henry Peteet authored Nov 8, 2021
1 parent 6f361f4 commit 2b0a09e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ only: issues
# Issue specific configuration
issues:
limitPerRun: 5
daysUntilStale: 14
daysUntilStale: 28
daysUntilClose: 14
markComment: >
This issue has been automatically marked as stale because it has not had activity in the
last 14 days. It will be closed in the next 14 days if no further activity occurs.
last 28 days. It will be closed in the next 14 days if no further activity occurs.
Thank you for your contributions.
closeComment: >
This issue has been automatically closed because it has not had activity in the
last 28 days. If this issue is still valid, please ping a maintainer.
last 42 days. If this issue is still valid, please ping a maintainer.
Thank you for your contributions.
exemptLabels:
- bug
- request
- help-wanted
- announcement

0 comments on commit 2b0a09e

Please sign in to comment.