Skip to content

Sync Fork Branch 15.0 #4

Sync Fork Branch 15.0

Sync Fork Branch 15.0 #4

Workflow file for this run

name: "Sync Fork Branch 15.0"
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: "15.0"
head: "15.0"
merge_method: merge
pr_title: "Fork Sync Branch 15.0"
auto_approve: true