Skip to content

Commit

Permalink
🔨 Fix fork sync config
Browse files Browse the repository at this point in the history
  • Loading branch information
sameersubudhi committed Sep 6, 2024
1 parent af7b5b8 commit ad96de6
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/fork-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
jobs:
sync:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
timeout-minutes: 30 # `yarn test` takes longer time
steps:
- uses: tgymnich/[email protected]
with:
owner: across-protocol
repo: relayer
owner: LiskHQ
repo: across-relayer
head: master
base: master
pr_title: Sync fork repo
auto_merge: false
pr_title: Sync with upstream repo
pr_message: Merge latest changes from upstream repo

0 comments on commit ad96de6

Please sign in to comment.