We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b8402 commit 7682ba1Copy full SHA for 7682ba1
.github/workflows/sync-17.0.yml
@@ -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