Skip to content

Commit

Permalink
feat: Cronjob to sync from main to dev (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiepmai-babylonchain authored Jul 26, 2024
1 parent c3be517 commit 6d0b4be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sync_pr_dev_to_main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Create Sync PR from Main to Dev

on:
schedule:
- cron: "0 0 * * *"

jobs:
call_sync_branch:
uses: babylonchain/.github/.github/workflows/reusable_sync_branch.yml@v0.2.0
with:
base_branch: 'main'
target_branch: 'dev'
reviewers: 'jrwbabylonchain,gbarkhatov,jeremy-babylonchain'
secrets: inherit

0 comments on commit 6d0b4be

Please sign in to comment.