Skip to content

Sync Fork

Sync Fork #1

Workflow file for this run

# This workflow will open a PR every 30 minutes to sync our develop branch with optimism's develop branch.
# Our actual fork with eigenda related patches is in eigenda-develop branch, which needs to be manually synced with the develop branch.
name: Sync Fork
on:
schedule:
- cron: "*/30 * * * *" # every 30 minutes
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: ethereum-optimism
base: develop
head: develop