Sync with upstream #7340
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 with upstream | |
on: | |
schedule: | |
- cron: '*/20 * * * *' | |
workflow_dispatch: | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Sync main | |
uses: tgymnich/[email protected] | |
with: | |
owner: Team-Kujira | |
base: main | |
head: master | |
merge_method: merge | |
- name: Sync next | |
uses: tgymnich/[email protected] | |
with: | |
owner: Team-Kujira | |
base: next | |
head: next | |
merge_method: merge |