diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 93e1542..c51808c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Closing this issue due to inactivity. Please re-open if the need arises.' - stale-pr-message: 'Closing PR due to inactivity. Please re-open if the need arises.' + stale-issue-message: 'Marking this issue as stale due to inactivity. Please re-open if the need arises.' + stale-pr-message: 'Marking this PR as stale due to inactivity. Please re-open if the need arises.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'