Skip to content

Sync Fork

Sync Fork #21364

Workflow file for this run

name: Sync Fork
on:
schedule:
- cron: "*/30 * * * *" # every 30 minutes
workflow_dispatch: # allow manual triggering
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: sqlparser-rs
base: main
head: main
auto_merge: true