File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ type ListReposResponse = Endpoints['GET /orgs/{org}/repos']['response'];
39
39
// template files). This list will keep .OwlBot from providing error messages for
40
40
// those files.
41
41
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' ,
43
43
] ;
44
44
/**
45
45
* Invoked when a new pubsub message arrives because a new post processor
Original file line number Diff line number Diff line change @@ -546,7 +546,7 @@ describe('refreshConfigs', () => {
546
546
547
547
const zip = new AdmZip ( ) ;
548
548
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' ,
550
550
Buffer . from ( invalidConfig )
551
551
) ;
552
552
You can’t perform that action at this time.
0 commit comments