update instructions fixtures and comment handling

This commit is contained in:
Colin McDonnell
2025-11-20 18:58:20 -08:00
parent 550a162ca6
commit 595b246235
6 changed files with 34 additions and 19 deletions
-2
View File
@@ -36,9 +36,7 @@ export async function fetchRepoSettings({
token: string;
repoContext: RepoContext;
}): Promise<RepoSettings> {
log.info("Fetching repository settings...");
const settings = await getRepoSettings(token, repoContext);
log.info("Repository settings fetched");
return settings;
}