UBERF-7944: Support for not_planed close for issues (#6396)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-08-27 14:10:50 +07:00
committed by GitHub
parent e231f89e0b
commit d7820206c0
6 changed files with 81 additions and 31 deletions
@@ -992,7 +992,7 @@ export class PullRequestSyncManager extends IssueSyncManagerBase implements DocS
okit: Octokit,
account: Ref<Account>
): Promise<boolean> {
let { state, body, ...issueUpdate } = await this.collectIssueUpdate(
let { state, stateReason, body, ...issueUpdate } = await this.collectIssueUpdate(
info,
existing,
platformUpdate,