Skip to content

Commit

Permalink
Reducing ancient issue threshold to 1 year
Browse files Browse the repository at this point in the history
  • Loading branch information
diehlaws committed Aug 20, 2020
1 parent bd83217 commit 593b207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
# Setting messages to an empty string will cause the automation to skip
# that category
ancient-issue-message: We have noticed this issue has not received attention in 3 years. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
ancient-issue-message: We have noticed this issue has not received attention in 1 year. We will close this issue for now. If you think this is in error, please feel free to comment and reopen the issue.
stale-issue-message: This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled.

# These labels are required
Expand All @@ -31,7 +31,7 @@ jobs:
# Issue timing
days-before-stale: 7
days-before-close: 4
days-before-ancient: 1095
days-before-ancient: 365

# If you don't want to mark a issue as being ancient based on a
# threshold of "upvotes", you can set this here. An "upvote" is
Expand Down

0 comments on commit 593b207

Please sign in to comment.