Skip to content

Create Sync PR from Main to Dev #43

Create Sync PR from Main to Dev

Create Sync PR from Main to Dev #43

name: Create Sync PR from Main to Dev
on:
schedule:
- cron: "0 0 * * *"
jobs:
call_sync_branch:
uses: babylonchain/.github/.github/workflows/[email protected]
with:
base_branch: 'main'
target_branch: 'dev'
reviewers: 'jrwbabylonchain,gbarkhatov,jeremy-babylonchain'
secrets: inherit