Create sync.yml

This commit is contained in:
Travis Plunk 2020-04-30 10:21:49 -07:00 committed by GitHub
parent ef1c0d7d51
commit 902524f621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
.github/workflows/sync.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: Sync Fork
on:
schedule:
- cron: '*/30 * * * *'
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: TG908/fork-sync@v1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
owner: llvm
base: master
head: master