Skip to content

Commit 3298632

Browse files
committed
ci: update workflow
1 parent 99f42ac commit 3298632

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issues-stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)