From 10ae6d928dc08329be2272dd5f9051ded93c4c35 Mon Sep 17 00:00:00 2001 From: Eyal Ben Moshe Date: Sun, 23 Apr 2023 13:08:36 +0300 Subject: [PATCH] Add Frogbot schedule and remove frogbot-config.yml (#1911) --- .frogbot/frogbot-config.yml | 5 ----- .github/workflows/frogbot-scan-and-fix.yml | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 .frogbot/frogbot-config.yml diff --git a/.frogbot/frogbot-config.yml b/.frogbot/frogbot-config.yml deleted file mode 100644 index 4dd8e9d0c..000000000 --- a/.frogbot/frogbot-config.yml +++ /dev/null @@ -1,5 +0,0 @@ -- params: - git: - repoName: jfrog-cli - branches: - - dev \ No newline at end of file diff --git a/.github/workflows/frogbot-scan-and-fix.yml b/.github/workflows/frogbot-scan-and-fix.yml index f5830439e..984a152e7 100644 --- a/.github/workflows/frogbot-scan-and-fix.yml +++ b/.github/workflows/frogbot-scan-and-fix.yml @@ -5,6 +5,9 @@ on: # You can add or replace to any branch you want to open fix pull requests for. branches: - "dev" + schedule: + # The job will run once a day at 00:00 GMT. + - cron: "0 0 * * *" permissions: contents: write pull-requests: write