Skip to content

Commit

Permalink
Create sync-17.0.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
btl-bot authored Nov 4, 2024
1 parent 534cc48 commit adaa9e9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/sync-17.0.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: "Sync Fork Branch 17.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: NextERP-Romania
github_token: ${{ secrets.FORK_SYNC_TOKEN }}
personal_token: ${{ secrets.FORK_SYNC_SIREKO_TOKEN }}
base: "17.0"
head: "17.0"
merge_method: merge
pr_title: "Fork Sync Branch 17.0"
auto_approve: true

0 comments on commit adaa9e9

Please sign in to comment.