Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

relax stale bot #481

Merged
merged 1 commit into from
Sep 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Days without any activity until an issue is labeled as stale
daysUntilStale: 30
daysUntilStale: 60

# Days after having the stale label that the issue will be closed
daysUntilClose: 15
daysUntilClose: 30

# Labels that prevent issues from being marked as stale
exemptLabels:
- dependencies
- keepalive
- bug
- help wanted
Expand All @@ -17,7 +18,7 @@ staleLabel: stale
# to disable.
markComment: >
This issue has been automatically marked as stale because it has not had any
activity in the past 30 days. It will be closed in 15 days if no further
activity in the past 60 days. It will be closed in 30 days if no further
activity occurs. Thank you for your contributions.

# Comment to post when closing a stale issue. Leave as
Expand Down