diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 81e295fa5..65fc856c4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/stale@v11 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 been automatically marked as stale due to inactivity. It will be closed if no further activity occurs.' + stale-pr-message: 'This pull request has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity'