diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml new file mode 100644 index 000000000..28f8bbb70 --- /dev/null +++ b/.github/workflows/sync-fork.yml @@ -0,0 +1,20 @@ +name: Sync Fork + +on: + schedule: + - cron: '0 0 * * *' # every day at 00:00. + workflow_dispatch: # on button click + +jobs: + sync: + + runs-on: ubuntu-latest + + steps: + - uses: tgymnich/fork-sync@v1.8 + with: + owner: TownSquareXYZ + base: master + head: master + merge_method: rebase + pr_title: 'Fork Sync: Update from Telegram-Mini-Apps/telegram-apps' \ No newline at end of file