diff --git a/.github/workflows/auto-sync b/.github/workflows/auto-sync new file mode 100644 index 00000000..0219a396 --- /dev/null +++ b/.github/workflows/auto-sync @@ -0,0 +1,17 @@ +name: Sync Fork + +on: + schedule: + - cron: '*/30 * * * *' # every 30 minutes + workflow_dispatch: # on button click + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: tgymnich/fork-sync@v1.8 + with: + base: main + head: main