diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d60d89c..c3f6de9 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,12 +16,12 @@ jobs: - uses: actions/stale@v9 with: # Timing settings - days-before-pr-stale: 21 + days-before-pr-stale: 14 days-before-pr-close: 7 # The "Friendly Info" message (posted when 30 days of inactivity pass) stale-pr-message: > - This Pull Request has been inactive for 21 days. To keep our + This Pull Request has been inactive for 14 days. To keep our queue manageable, we mark older PRs as stale. This doesn't mean the work isn't appreciated. It's often just a matter of timing or current project focus. @@ -45,4 +45,4 @@ jobs: # Settings to ignore Issues days-before-issue-stale: -1 - days-before-issue-close: -1 \ No newline at end of file + days-before-issue-close: -1