Skip to content

Limit the permission to pull-requests only #5

Limit the permission to pull-requests only

Limit the permission to pull-requests only #5

name: Create Sync PR from Main to Dev
on:
push:
branches:
- hiep/test-sync-workflow
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