Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/owl-bot/src/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type ListReposResponse = Endpoints['GET /orgs/{org}/repos']['response'];
// template files). This list will keep .OwlBot from providing error messages for
// those files.
export const CONFIG_PATHS_TO_SKIP = [
'packages/gapic-node-templating/templates/bootstrap-templates/.OwlBot.yaml',
'packages/gapic-node-processing/templates/bootstrap-templates/.OwlBot.yaml',
];
/**
* Invoked when a new pubsub message arrives because a new post processor
Expand Down
2 changes: 1 addition & 1 deletion packages/owl-bot/test/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ describe('refreshConfigs', () => {

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

Expand Down
Loading