Skip to content

Commit a84b4d5

Browse files
authored
1 parent df4b7f2 commit a84b4d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/owl-bot/src/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type ListReposResponse = Endpoints['GET /orgs/{org}/repos']['response'];
3939
// template files). This list will keep .OwlBot from providing error messages for
4040
// those files.
4141
export const CONFIG_PATHS_TO_SKIP = [
42-
'packages/gapic-node-templating/templates/bootstrap-templates/.OwlBot.yaml',
42+
'packages/gapic-node-processing/templates/bootstrap-templates/.OwlBot.yaml',
4343
];
4444
/**
4545
* Invoked when a new pubsub message arrives because a new post processor

packages/owl-bot/test/handlers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ describe('refreshConfigs', () => {
546546

547547
const zip = new AdmZip();
548548
zip.addFile(
549-
'nodejs-vision/packages/gapic-node-templating/templates/bootstrap-templates/.OwlBot.yaml',
549+
'nodejs-vision/packages/gapic-node-processing/templates/bootstrap-templates/.OwlBot.yaml',
550550
Buffer.from(invalidConfig)
551551
);
552552

0 commit comments

Comments
 (0)