Skip to content

Commit 81287a8

Browse files
dev: ci scheduled stale issue & pr check (monthly)
1 parent 69a648b commit 81287a8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/scheduled-stale-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: 'Scheduled stale check'
1212
on:
1313
workflow_dispatch:
1414
schedule:
15-
- cron: '30 1 * * *'
15+
- cron: "0 1 1 * *" # at 01:00 on first day of month
1616

1717
jobs:
1818
stale:

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22

33
# Unreleased
44
## Added
5+
- dev: ci scheduled stale issue & pr check (monthly)
6+
57
## Changed

0 commit comments

Comments
 (0)