Skip to content

Commit

Permalink
increase timelimits for github issue triage
Browse files Browse the repository at this point in the history
  • Loading branch information
tjex committed Oct 24, 2024
1 parent 16fc98c commit aa9b346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
steps:
- uses: actions/stale@v4
with:
days-before-stale: 30
days-before-stale: 60

days-before-issue-close: 5
days-before-issue-close: 14
stale-issue-label: 'stale'
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in the next 5 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
Expand Down

0 comments on commit aa9b346

Please sign in to comment.