Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Dec 19, 2024
1 parent ee0131c commit 00a5f9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: 'Lock Inactive Threads'
on:
schedule:
# midnight UTC, every Wednesday
- cron: '0 0 * * 3'
- cron: '25 22 * * *'
- cron: '30 22 * * *'
# allow manual triggering from GitHub UI
workflow_dispatch:

Expand Down Expand Up @@ -42,4 +43,4 @@ jobs:
# what should the locking status be?
issue-lock-reason: 'resolved'
pr-lock-reason: 'resolved'
process-only: 'issues, prs'
process-only: ${{ github.event.schedule == '25 22 * * *' && 'issues' || 'prs' }}

0 comments on commit 00a5f9c

Please sign in to comment.