Skip to content

Commit 40235e8

Browse files
fix(ci): scope PR merge diff checks to first parent
1 parent f6a7038 commit 40235e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/migrate/skill-selection-prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,5 @@ export function promptMigrationSkillSelectionValues(
256256
return prompt.prompt();
257257
}
258258

259-
/** Back-compat alias for plugin selection prompts that share the same picker. */
259+
/** Compatibility alias for plugin selection prompts that share the same picker. */
260260
export const promptMigrationSelectionValues = promptMigrationSkillSelectionValues;

0 commit comments

Comments
 (0)