diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 1bb4ff4..dc8aa2e 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -17,6 +17,9 @@ on: default: "yarn" + schedule: + - cron: "0 0 * * 1" + permissions: contents: write pull-requests: write