File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ to yours using **hard reset** periodically. You can also manually
9292 - base : master
9393 upstream : wei:master # change `wei` to the owner of upstream repo
9494 mergeMethod : hardreset
95+ mergeUnstable : true
9596 ` ` `
9697
9798 #### Advanced usage
@@ -140,9 +141,11 @@ rules:
140141 - base: master
141142 upstream: owner:master
142143 mergeMethod: hardreset
144+ mergeUnstable: true
143145 - base: docs
144146 upstream: owner:docs
145147 mergeMethod: hardreset
148+ mergeUnstable: true
146149` ` `
147150
148151# # Contributing
Original file line number Diff line number Diff line change 11{
2- "version" : " 2.0.0-alpha.2 " ,
2+ "version" : " 2.0.0-alpha.3 " ,
33 "tasks" : {
44 "dev" : " deno run --env-file --allow-all src/index.ts" ,
55 "dev:skip-full-sync" : " deno task dev --skip-full-sync" ,
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ function getDefaultPullConfig(
5858 base : `${ defaultBranch } ` ,
5959 upstream : `${ upstreamOwner } :${ defaultBranch } ` ,
6060 mergeMethod : appConfig . defaultMergeMethod ,
61+ mergeUnstable : true ,
6162 } ,
6263 ] ,
6364 } ;
You can’t perform that action at this time.
0 commit comments