diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index e434d113..8e6c67ef 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -2,7 +2,7 @@ on: schedule: - - cron: '0 14 * * *' # every day at 2pm GMT / 9am eastern + - cron: '0 14 * * 1' # every monday at 2pm GMT / 9am eastern workflow_dispatch: # on button click jobs: @@ -17,3 +17,4 @@ base: main head: main ignore_fail: true + pr_message: "This is an automated PR. @davidkonigsberg please review."