Skip to content

Commit

Permalink
chore: gh sync workflow from main to base/consumer branch (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 authored Nov 25, 2024
1 parent 2aa26d5 commit 9c4d7d6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync_pr_main_to_base.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c4d7d6

Please sign in to comment.