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

feat: add github action to fork sync #1

Merged
merged 7 commits into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/fork-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Fork Sync

on:
schedule:
- cron: '0 7 * * 1,4'
# scheduled at 07:00 every Monday and Thursday

workflow_dispatch: # click the button on Github repo!

jobs:
sync:
runs-on: ubuntu-latest

steps:
- uses: tgymnich/[email protected]
with:
owner: smartive
base: main
head: main
repo: $ionic-team/stencil
pr_title: Fork sync with upstream