We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4704cd commit 4d5d6bcCopy full SHA for 4d5d6bc
1 file changed
lib/plugins/repository.js
@@ -153,14 +153,6 @@ module.exports = class Repository extends ErrorStash {
153
this.logError(` Error ${JSON.stringify(e)}`)
154
}
155
})
156
-
157
- this.log.debug(`Confirming synchronization of repository for ${this.repo.owner}/${this.repo.repo}`)
158
- const { data: upstream } = await this.github.repos.get(this.repo)
159
160
- const changes = mergeDeep.compareDeep(upstream, this.settings)
161
162
- if (changes.hasChanges) throw new Error(`Synchronization of repository for ${this.repo.owner}/${this.repo.repo} failed: ${JSON.stringify(changes)}`)
163
- this.log.debug(`Confirmed synchronization of repository for ${this.repo.owner}/${this.repo.repo}`)
164
165
166
updateDefaultBranch (oldname, newname, resArray) {
0 commit comments