Skip to content

Commit 7682ba1

Browse files
authored
Create sync-17.0.yml
1 parent 60b8402 commit 7682ba1

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/sync-17.0.yml

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: "Sync Fork Branch 17.0"
2+
3+
on:
4+
schedule:
5+
- cron: '0 8 * * 4' # on Thursday at 8:00
6+
workflow_dispatch: # on button click
7+
8+
jobs:
9+
sync:
10+
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: tgymnich/[email protected]
15+
with:
16+
owner: ingadhoc
17+
github_token: ${{ secrets.FORK_SYNC_TOKEN }}
18+
personal_token: ${{ secrets.FORK_SYNC_SIREKO_TOKEN }}
19+
base: "17.0"
20+
head: "17.0"
21+
merge_method: merge
22+
pr_title: "Fork Sync Branch 17.0"
23+
auto_approve: true

0 commit comments

Comments
 (0)