Skip to content

Sync with upstream #7261

Sync with upstream

Sync with upstream #7261

Workflow file for this run

---
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