Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Java/Openclaw/scripts/   (KI Agentensystem Version 22©)  Datei vom 26.3.2026 mit Größe 669 B image not shown  

Quelle  ci-changed-scope.d.mts   Sprache: unbekannt

 
Spracherkennung für: .mts vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

export type ChangedScope = {
  runNode: boolean;
  runMacos: boolean;
  runAndroid: boolean;
  runWindows: boolean;
  runSkillsPython: boolean;
  runChangedSmoke: boolean;
  runControlUiI18n: boolean;
};

export type InstallSmokeScope = {
  runFastInstallSmoke: boolean;
  runFullInstallSmoke: boolean;
};

export function detectChangedScope(changedPaths: string[]): ChangedScope;
export function detectInstallSmokeScope(changedPaths: string[]): InstallSmokeScope;
export function listChangedPaths(base: string, head?: string): string[];
export function writeGitHubOutput(
  scope: ChangedScope,
  outputPath?: string,
  installSmokeScope?: InstallSmokeScope,
): void;

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-04-27]