From 93719de78ec0f76227f0a3aa4b3a3d05ee3a022b Mon Sep 17 00:00:00 2001 From: Gurjot Singh <111540954+gusin13@users.noreply.github.com> Date: Tue, 15 Oct 2024 11:37:10 -0400 Subject: [PATCH] chore: gh sync workflow from main to base (#133) --- .github/workflows/sync_pr_main_to_base.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/sync_pr_main_to_base.yml 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