Update mark_stale_issue.yml

pull/10290/head
shiyutang 2023-06-30 11:42:13 +08:00 committed by GitHub
parent d983e555fd
commit 8c9f43f44f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/stale@v8
with:
repo-token: ${{ secrets.PAT }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.'
stale-issue-label: 'stale'
close-issue-reason: 'completed'