diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 906a9a0..8d062df 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -11,7 +11,6 @@ on: jobs: stale: - runs-on: ubuntu-latest permissions: issues: write @@ -21,7 +20,7 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' + stale-issue-message: 'This issue has not been active in a while. It will be automatically closed soon absent further activity.' + stale-pr-message: 'This Pull Request has not been active in a while. It will be automatically closed soon absent further activity.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'