This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
Sync Fork #18
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
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." |