forked from across-protocol/relayer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af7b5b8
commit ad96de6
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |