Skip to content

Commit

Permalink
ci: increase issue allowed stale time (#32523)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekgonecrazy authored and matheusbsilva137 committed May 31, 2024
1 parent f8e3e26 commit bc0991d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
steps:
- uses: actions/stale@v5
with:
days-before-issue-stale: 10
days-before-issue-close: 4
days-before-issue-stale: 14
days-before-issue-close: 14
any-of-labels: 'stat: need more info,stat: waiting response'
stale-issue-label: "stat: no response"
stale-issue-message: "This issue has been marked as stale because there has been no further activity in the last 10 days. If the issue remains stale for the next 4 days (a total of 14 days with no activity), then it will be assumed that the question has been resolved and the issue will be automatically closed."
Expand Down

0 comments on commit bc0991d

Please sign in to comment.