Skip to content

Commit c0a4dec

Browse files
authored
Update sync-fork.yml
1 parent 828541f commit c0a4dec

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/sync-fork.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Fork with Upstream
33

44
on:
55
schedule:
6-
- cron: '5/10 * * * *' # daily at 03:00 UTC
6+
- cron: '15 * * * *' # daily at 03:00 UTC
77
workflow_dispatch:
88

99
jobs:
@@ -28,6 +28,9 @@ jobs:
2828
base: master
2929
head: winget-release-workflow
3030
merge_method: merge
31+
auto_approve: true
32+
auto_merge: true
33+
ignore_fail: false
3134

3235
sync-tags:
3336
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)