Skip to content

Commit bff7a37

Browse files
ci: schedule the workflow to run weekly
1 parent 5d9e970 commit bff7a37

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
required: true
99
default: "main"
1010

11+
schedule:
12+
- cron: "0 0 * * 1"
13+
1114
permissions:
1215
contents: write
1316
pull-requests: write

0 commit comments

Comments
 (0)