Skip to content
name: Create Sync PR from Dev to Phase-2
on:
push:
branches:
- "hiep/add-sync-workflow"
schedule:
- cron: "0 0 * * *"
permissions:
pull-requests: write
jobs:
call_sync_branch:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
base_branch: "dev"
target_branch: "phase-2"
reviewers: "jrwbabylonlab,gbarkhatov,jeremy-babylonlabs"
secrets: inherit