Skip to content

Commit 6dc9555

Browse files
decyjphrCopilot
andauthored
Update lib/settings.js
Co-authored-by: Copilot <[email protected]>
1 parent 8239721 commit 6dc9555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ ${this.results.reduce((x, y) => {
316316
if (subOrgConfig) {
317317
let suborgRepoConfig = subOrgConfig.repository
318318
if (suborgRepoConfig) {
319-
suborgRepoConfig = Object.assign(suborgRepoConfig, { name: repo.repo, org: repo.owner })
319+
suborgRepoConfig = Object.assign({}, suborgRepoConfig, { name: repo.repo, org: repo.owner })
320320
repoConfig = this.mergeDeep.mergeDeep({}, repoConfig, suborgRepoConfig)
321321
}
322322
}

0 commit comments

Comments
 (0)