Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

Commit 7ee46de

Browse files
authored
Improve logging in readConfig to include the repository source (#324)
1 parent bf30ae8 commit 7ee46de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/octokit.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/octokit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export class OctoKit implements GitHub {
173173
}
174174

175175
async readConfig(configPath: string, configRepo?: string): Promise<any> {
176-
safeLog('Reading config at ' + configPath);
176+
safeLog(`Reading config at ${configPath} from ${configRepo ?? this.params.repo}`);
177177
const repoPath = `.github/${configPath}.json`;
178178
try {
179179
const data = (

0 commit comments

Comments
 (0)