Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aetherinox committed Oct 25, 2024
1 parent 99f42ac commit 3298632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issues-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ jobs:
uses: actions/stale@v9
id: task_issues_stale_run
with:
repo-token: ${{ secrets.ADMINSERV_TOKEN }}
repo-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
stale-issue-message: |
⚠️ It looks like there hasn't been any recent updates on this
issue. If you created this issue and no longer consider it
Expand Down Expand Up @@ -646,8 +646,8 @@ jobs:
with:
add-pr-labels: 'Status 𐄂 Locked'
add-issue-labels: 'Status 𐄂 Locked'
github-token: ${{ secrets.ADMINSERV_TOKEN }}
issue-inactive-days: '180'
github-token: ${{ secrets.ADMINSERV_TOKEN_CL }}
issue-inactive-days: '60'
issue-lock-reason: 'resolved'
pr-inactive-days: '365'
pr-lock-reason: 'resolved'

0 comments on commit 3298632

Please sign in to comment.