Skip to content

Create Sync PR from Main to Dev #6

Create Sync PR from Main to Dev

Create Sync PR from Main to Dev #6

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