diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 86d29278..017ec03d 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -10,6 +10,6 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment' + stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment!' days-before-stale: 30 days-before-close: -1