Skip to content

Commit 1a36404

Browse files
authored
Update cron schedule for stale action
1 parent 691a6f6 commit 1a36404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
name: Mark stale issues and pull requests
77
on:
88
schedule:
9-
- cron: '42 11 * * *'
9+
- cron: '54 12 * * *'
1010
jobs:
1111
stale:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)