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:
603
603
uses : actions/stale@v9
604
604
id : task_issues_stale_run
605
605
with :
606
- repo-token : ${{ secrets.ADMINSERV_TOKEN }}
606
+ repo-token : ${{ secrets.ADMINSERV_TOKEN_CL }}
607
607
stale-issue-message : |
608
608
⚠️ It looks like there hasn't been any recent updates on this
609
609
issue. If you created this issue and no longer consider it
@@ -646,8 +646,8 @@ jobs:
646
646
with :
647
647
add-pr-labels : ' Status 𐄂 Locked'
648
648
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 '
651
651
issue-lock-reason : ' resolved'
652
652
pr-inactive-days : ' 365'
653
653
pr-lock-reason : ' resolved'
You can’t perform that action at this time.
0 commit comments