diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e4091c17..ceee9290 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,8 +19,8 @@ jobs: stale-pr-message: 'This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.' stale-issue-label: 'stale' stale-pr-label: 'stale' - days-before-stale: 10 - days-before-close: 1 + days-before-stale: 30 + days-before-close: 7 exempt-issue-labels: 'pinned' exempt-pr-labels: 'awaiting-approval,work-in-progress' remove-stale-when-updated: true