Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into organize-imports-tsv
  • Loading branch information
mikeharder authored Jul 24, 2025
commit 3d2062af8ff44073b43f806c876a4baac2e9d1db
1 change: 1 addition & 0 deletions eng/tools/summarize-impact/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { parseArgs, ParseArgsConfig } from "node:util";
import { join, resolve } from "path";
import { LabelContext } from "./labelling-types.js";
import { PRContext } from "./PRContext.js";
import { Octokit } from "@octokit/rest";

export async function getRoot(inputPath: string): Promise<string> {
try {
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.