diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index 66d2e20..e75cc4d 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -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.'