Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Sync Fork

Sync Fork #20

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: '0 14 * * 1' # every monday at 2pm GMT / 9am eastern
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: fern-api
base: main
head: main
ignore_fail: true
pr_message: "This is an automated PR. @davidkonigsberg please review."