ci: update action (#4046)

* ci: update action
This commit is contained in:
Vben
2024-08-06 22:37:47 +08:00
committed by GitHub
parent 84c8fb0ecc
commit 4bd4f7490b
14 changed files with 99 additions and 104 deletions

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.ACCESS_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days"
stale-pr-message: "This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days"
exempt-issue-labels: "bug,enhancement"