Skip to content

Sync Fork

Sync Fork #11

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: "0 0 * * *" # once a day
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
permissions: write-all
timeout-minutes: 30 # `yarn test` takes longer time
steps:
- uses: tgymnich/[email protected]
with:
owner: across-protocol
repo: relayer
head: master
base: master
auto_merge: false
pr_title: Sync fork repo
pr_message: Merge latest changes from upstream repo