diff --git a/.github/workflows/stale-issues.yaml b/.github/workflows/stale-issues.yaml index 9c6bf85..2b1886f 100644 --- a/.github/workflows/stale-issues.yaml +++ b/.github/workflows/stale-issues.yaml @@ -36,14 +36,14 @@ jobs: uses: actions/stale@v9.0.0 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-issue-stale: 7 + days-before-issue-stale: 3 stale-issue-label: "automatic-stale" close-issue-label: "automatic-closing" only-labels: "awaiting response" stale-issue-message: | Hi There! 👋 - This issue has been marked as stale due to inactivity for 7 days. + This issue has been marked as stale due to inactivity for 3 days. We would like to inquire if you still have the same problem or if it has been resolved.