Sync Fork Branch 16.0 #31
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 Fork Branch 16.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/fork-sync@v1.3 | |
with: | |
owner: NextERP-Romania | |
github_token: ${{ secrets.FORK_SYNC_TOKEN }} | |
personal_token: ${{ secrets.FORK_SYNC_SIREKO_TOKEN }} | |
base: "16.0" | |
head: "16.0" | |
merge_method: merge | |
pr_title: "Fork Sync Branch 16.0" | |
auto_approve: true |