fix: add missing lastReviewDecision to legacy PrInfo type
PrPanel.tsx references prInfo.lastReviewDecision but the local PrInfo interface in legacy.ts was missing this field, breaking typecheck on main.
This commit is contained in:
@@ -2192,6 +2192,7 @@ export interface PrInfo {
|
||||
commentCount: number;
|
||||
lastCommentAt?: string;
|
||||
lastCheckedAt?: string;
|
||||
lastReviewDecision?: "APPROVED" | "CHANGES_REQUESTED" | "REVIEW_REQUIRED" | null;
|
||||
}
|
||||
|
||||
export interface PrCheckStatus {
|
||||
|
||||
Reference in New Issue
Block a user