We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc9555 commit 11ed49cCopy full SHA for 11ed49c
lib/settings.js
@@ -298,7 +298,7 @@ ${this.results.reduce((x, y) => {
298
299
async updateRepos(repo) {
300
this.subOrgConfigs = this.subOrgConfigs || await this.getSubOrgConfigs()
301
- let repoConfig = this.config.repository
+ let repoConfig = Object.assign({}, this.config.repository)
302
if (repoConfig) {
303
repoConfig = Object.assign(repoConfig, { name: repo.repo, org: repo.owner })
304
}
0 commit comments