2017-07-01 04:44:41 +00:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`config/index mergeChildConfig(parentConfig, childConfig) merges 1`] = `
|
|
|
|
Object {
|
2018-04-17 06:39:26 +00:00
|
|
|
"branchTopic": "lock-file-maintenance",
|
2018-04-17 10:22:11 +00:00
|
|
|
"commitMessageAction": "Lock file maintenance",
|
|
|
|
"commitMessageExtra": null,
|
|
|
|
"commitMessageTopic": null,
|
2017-11-01 08:45:30 +00:00
|
|
|
"enabled": false,
|
2017-10-05 09:07:15 +00:00
|
|
|
"groupName": null,
|
2018-03-20 05:48:27 +00:00
|
|
|
"rebaseStalePrs": true,
|
2017-07-02 04:21:24 +00:00
|
|
|
"recreateClosed": true,
|
2017-08-02 14:14:09 +00:00
|
|
|
"schedule": Array [
|
|
|
|
"on monday",
|
|
|
|
],
|
2017-07-01 04:44:41 +00:00
|
|
|
}
|
|
|
|
`;
|