Skip to content

Commit

Permalink
Add Frogbot schedule and remove frogbot-config.yml (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Apr 23, 2023
1 parent ed8ce92 commit 10ae6d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .frogbot/frogbot-config.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/frogbot-scan-and-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10ae6d9

Please sign in to comment.