mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 13:22:23 +02:00
UBERF-7944: Support for not_planed close for issues (#6396)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user