Skip to content

Commit a56ab4f

Browse files
committed
chore(workflows): fix stale action
1 parent 9c07005 commit a56ab4f

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
@@ -7,7 +7,7 @@ name: Mark stale issues and pull requests
77

88
on:
99
schedule:
10-
- cron: '35 20 * * 7'
10+
- cron: '35 20 * * 6'
1111

1212
jobs:
1313
stale:

0 commit comments

Comments
 (0)