1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

Auto close the irregular issues

also fix the token key of issue-cleaner
This commit is contained in:
Cotes Chung
2020-11-17 17:13:22 +08:00
parent c340199191
commit aac29d43e5
2 changed files with 19 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ jobs:
DAYS_TO_CLOSE: ${{ 2 }}
uses: actions/stale@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GH_PAT }}
stale-issue-message: 'This issue is stale because it has been open ${{ env.DAYS_TO_STALE }} days with no activity. Remove stale label or comment or this will be closed in ${{ env.DAYS_TO_CLOSE }} days'
stale-issue-label: 'stale'
exempt-issue-labels: 'pending, in progress'