File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -603,7 +603,7 @@ jobs:
603603 uses : actions/stale@v9
604604 id : task_issues_stale_run
605605 with :
606- repo-token : ${{ secrets.ADMINSERV_TOKEN }}
606+ repo-token : ${{ secrets.ADMINSERV_TOKEN_CL }}
607607 stale-issue-message : |
608608 ⚠️ It looks like there hasn't been any recent updates on this
609609 issue. If you created this issue and no longer consider it
@@ -646,8 +646,8 @@ jobs:
646646 with :
647647 add-pr-labels : ' Status 𐄂 Locked'
648648 add-issue-labels : ' Status 𐄂 Locked'
649- github-token : ${{ secrets.ADMINSERV_TOKEN }}
650- issue-inactive-days : ' 180 '
649+ github-token : ${{ secrets.ADMINSERV_TOKEN_CL }}
650+ issue-inactive-days : ' 60 '
651651 issue-lock-reason : ' resolved'
652652 pr-inactive-days : ' 365'
653653 pr-lock-reason : ' resolved'
You can’t perform that action at this time.
0 commit comments