diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 97ab2781..908385b6 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,7 @@ jobs: steps: - uses: actions/stale@v6 with: + days-before-stale: -1 stale-pr-message: This pull request seems to be inactive and will be automatically closed in a few days if it remains without any activity. days-before-pr-stale: 21 days-before-pr-close: 3