Skip to content

Commit 81e5bd0

Browse files
authored
Merge pull request #58 from hppritcha/switch_fork_sync_to_use_github_token2
try turning off automerge and see if that works
2 parents 85b8c34 + f8f6200 commit 81e5bd0

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)