Skip to content

Commit

Permalink
feat: reverse sync for sdk
Browse files Browse the repository at this point in the history
(#2069)

GitOrigin-RevId: 2c7555012a71186de143c273bff0a5a8319a9d31
  • Loading branch information
zubeyiro authored and actions-user committed Aug 14, 2023
1 parent aeae36d commit 37f1f21
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
pull_request_target:
jobs:
sync-repo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- uses: mailchain/[email protected]
with:
ssh_key: ${{ secrets.SSH_KEY }}
access_token: ${{ secrets.ACCESS_TOKEN }}
sot_repo: mailchain/monorepo
destination_repo: mailchain/mailchain-sdk-js
pr_include: '**'
push_include: 'packages/sdk-js/**'
pr_move: |
||packages/sdk-js

0 comments on commit 37f1f21

Please sign in to comment.