Skip to content

Commit

Permalink
chore: decrease stale time before closing issues with no reproduction
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jan 3, 2022
1 parent 381ca37 commit a8e6c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
with:
only-labels: 'please add a complete reproduction'
close-issue-message: 'This issue has been automatically closed after 30 days of inactivity with no reproduction. If you are running into a similar issue, please open a new issue with a reproduction. Thank you.'
days-before-issue-close: 30
days-before-issue-close: 1
days-before-issue-stale: 30
days-before-pr-close: -1
days-before-pr-stale: -1
exempt-issue-labels: 'blocked,must,should,keep'

0 comments on commit a8e6c19

Please sign in to comment.