fix(FN-4958): relax prerebase decision settings typing
Fusion-Task-Id: FN-4958 Fusion-Task-Lineage: 2f1bc742-14e0-4fdd-a980-00051fc3323c
This commit is contained in:
committed by
gsxdsm
parent
40ef729720
commit
0607ca518f
@@ -46,7 +46,7 @@ export async function probeDivergence(opts: {
|
||||
}
|
||||
|
||||
export function decideAutoPrerebase(input: {
|
||||
settings: ProjectSettings;
|
||||
settings: Pick<ProjectSettings, "prerebaseAutoEnabled" | "prerebaseHotFiles" | "prerebaseDivergenceThreshold">;
|
||||
baseCommitSha: string | null | undefined;
|
||||
commitsBehind: number;
|
||||
changedFiles: string[];
|
||||
|
||||
Reference in New Issue
Block a user