Skip to content

Sync Fork Branch 16.0-dev #15

Sync Fork Branch 16.0-dev

Sync Fork Branch 16.0-dev #15

Workflow file for this run

name: "Sync Fork Branch 16.0-dev"
on:
schedule:
- cron: '0 8 * * 4' # on Thursday at 8:00
workflow_dispatch: # on button click
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: tgymnich/[email protected]
with:
owner: OCA
github_token: ${{ secrets.FORK_SYNC_TOKEN }}
personal_token: ${{ secrets.FORK_SYNC_SIREKO_TOKEN }}
base: "16.0-dev"
head: "16.0"
merge_method: merge
pr_title: "Fork Sync Branch 16.0-dev"
auto_approve: true