Skip to content

Commit 00a5f9c

Browse files
authored
test
1 parent ee0131c commit 00a5f9c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/lock.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: 'Lock Inactive Threads'
33
on:
44
schedule:
55
# midnight UTC, every Wednesday
6-
- cron: '0 0 * * 3'
6+
- cron: '25 22 * * *'
7+
- cron: '30 22 * * *'
78
# allow manual triggering from GitHub UI
89
workflow_dispatch:
910

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

0 commit comments

Comments
 (0)