UBERF-8053: Disable re-check for milestones

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2024-09-09 23:42:54 +07:00
parent f7d831a756
commit f42554b5fb
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

View File

@ -429,8 +429,8 @@ export class IssueSyncManager extends IssueSyncManagerBase implements DocSyncMan
)
if (target === null) {
// We need to wait, no milestone data yet.
this.ctx.error('target === null', { url: info.url })
return { needSync: '' }
this.ctx.error('target === null, no milestone data yet', { url: info.url })
return { needSync: githubSyncVersion }
}
if (target === undefined) {
target = this.getProjectIssueTarget(container.project, issueExternal)