Skip to content

Commit f8f6200

Browse files
committed
try turning off automerge and see if that works
Signed-off-by: Howard Pritchard <[email protected]>
1 parent d1964f3 commit f8f6200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fork_sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
base: master
1919
head: master
20-
auto_merge: true
20+
auto_merge: false
2121
auto_approve: false
2222
ignore_fail: true
2323

0 commit comments

Comments
 (0)