diff --git a/.github/workflows/sync_pr_main_to_base.yml b/.github/workflows/sync_pr_main_to_base.yml new file mode 100644 index 000000000..03b8682f6 --- /dev/null +++ b/.github/workflows/sync_pr_main_to_base.yml @@ -0,0 +1,17 @@ +name: Create Sync PR from main to base/consumer-chain-support + +on: + schedule: + - cron: "0 0 * * *" + +permissions: + pull-requests: write + +jobs: + call_sync_branch: + uses: babylonlabs-io/.github/.github/workflows/reusable_sync_branch.yml@v0.7.0 + with: + base_branch: "main" + target_branch: "base/consumer-chain-support" + reviewers: "SebastianElvis,maurolacy,gusin13" + secrets: inherit \ No newline at end of file