fix(FN-4763): align PrInfo typing with mergeable conflict state
Fusion-Task-Id: FN-4763 Fusion-Task-Lineage: b3628e63-682b-4a39-9a7d-2c96278c5366
This commit is contained in:
committed by
gsxdsm
parent
f8c20e1b96
commit
412ee29a24
@@ -65,6 +65,7 @@ import type {
|
||||
ResearchRunStatus,
|
||||
TaskPriority,
|
||||
TaskSourceIssue,
|
||||
PrConflictState,
|
||||
ManagedDockerNodeInput,
|
||||
DockerNodeConfig,
|
||||
DockerHostConfig,
|
||||
@@ -2190,6 +2191,7 @@ export interface PrInfo {
|
||||
headBranch: string;
|
||||
baseBranch: string;
|
||||
commentCount: number;
|
||||
mergeable?: PrConflictState;
|
||||
lastCommentAt?: string;
|
||||
lastCheckedAt?: string;
|
||||
lastReviewDecision?: "APPROVED" | "CHANGES_REQUESTED" | "REVIEW_REQUIRED" | null;
|
||||
|
||||
Reference in New Issue
Block a user