diff --git a/.github/workflows/auto_cherry_pick.yml b/.github/workflows/auto_cherry_pick.yml index 6bce583..6531482 100644 --- a/.github/workflows/auto_cherry_pick.yml +++ b/.github/workflows/auto_cherry_pick.yml @@ -13,6 +13,9 @@ on: default: "npm run test" + schedule: + - cron: "0 0 * * 1" + permissions: contents: write pull-requests: write