Skip to content

Commit c68ed95

Browse files
committed
remove old config flag
1 parent ea168e3 commit c68ed95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ const defaultConfig = {
1919
invalid: CLOSE,
2020
'merge when passing': MERGE
2121
},
22-
comments: [],
23-
delete_branch_after_merge: false
22+
comments: []
2423
}
2524

2625
exports.CONFIG_FILE = CONFIG_FILE

0 commit comments

Comments
 (0)