Skip to content

Commit 11ed49c

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

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
@@ -298,7 +298,7 @@ ${this.results.reduce((x, y) => {
298298

299299
async updateRepos(repo) {
300300
this.subOrgConfigs = this.subOrgConfigs || await this.getSubOrgConfigs()
301-
let repoConfig = this.config.repository
301+
let repoConfig = Object.assign({}, this.config.repository)
302302
if (repoConfig) {
303303
repoConfig = Object.assign(repoConfig, { name: repo.repo, org: repo.owner })
304304
}

0 commit comments

Comments
 (0)