Skip to content

Commit 5bd944d

Browse files
authored
chore(internal/postprocessor): reduce OwlBot scope (#7269)
1 parent b371558 commit 5bd944d

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

.github/.OwlBot.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,30 @@ docker:
33

44
deep-remove-regex:
55
- /dialogflow/cx/apiv3beta1
6-
- /dialogflow/cx/apiv3
7-
- /dialogflow/apiv2
8-
- /datastream/apiv1
9-
- /datastream/apiv1alpha1
10-
- /secretmanager/apiv1
6+
# - /dialogflow/cx/apiv3
7+
# - /dialogflow/apiv2
8+
# - /datastream/apiv1
9+
# - /datastream/apiv1alpha1
10+
# - /secretmanager/apiv1
1111

1212
deep-preserve-regex:
1313
- /.*/version.go
14-
- /secretmanager/apiv1/iam.go
15-
- /secretmanager/apiv1/iam_example_test.go
14+
# - /secretmanager/apiv1/iam.go
15+
# - /secretmanager/apiv1/iam_example_test.go
1616

1717
deep-copy-regex:
1818
- source: /google/cloud/dialogflow/cx/v3beta1/cloud.google.com/go/dialogflow/cx/apiv3beta1
1919
dest: /dialogflow/cx/apiv3beta1
20-
- source: /google/cloud/dialogflow/cx/v3/cloud.google.com/go/dialogflow/cx/apiv3
21-
dest: /dialogflow/cx/apiv3
22-
- source: /google/cloud/dialogflow/v2/cloud.google.com/go/dialogflow/apiv2
23-
dest: /dialogflow/apiv2
24-
- source: /google/cloud/datastream/v1/cloud.google.com/go/datastream/apiv1
25-
dest: /datastream/apiv1
26-
- source: /google/cloud/datastream/v1alpha1/cloud.google.com/go/datastream/apiv1alpha1
27-
dest: /datastream/apiv1alpha1
28-
- source: /google/cloud/secretmanager/v1/cloud.google.com/go/secretmanager/apiv1
29-
dest: /secretmanager/apiv1
20+
# - source: /google/cloud/dialogflow/cx/v3/cloud.google.com/go/dialogflow/cx/apiv3
21+
# dest: /dialogflow/cx/apiv3
22+
# - source: /google/cloud/dialogflow/v2/cloud.google.com/go/dialogflow/apiv2
23+
# dest: /dialogflow/apiv2
24+
# - source: /google/cloud/datastream/v1/cloud.google.com/go/datastream/apiv1
25+
# dest: /datastream/apiv1
26+
# - source: /google/cloud/datastream/v1alpha1/cloud.google.com/go/datastream/apiv1alpha1
27+
# dest: /datastream/apiv1alpha1
28+
# - source: /google/cloud/secretmanager/v1/cloud.google.com/go/secretmanager/apiv1
29+
# dest: /secretmanager/apiv1
3030

3131
# api-name inserts a [REPLACEME] in OwlBot generated commit messages that is used by
3232
# postprocessor to identify commit titles that need scope added

internal/gapicgen/generator/config.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
385385
GRPCServiceConfigPath: "secretmanager_grpc_service_config.json",
386386
ApiServiceConfigPath: "secretmanager_v1.yaml",
387387
ReleaseLevel: "ga",
388-
StopGeneration: true,
389388
},
390389
{
391390
InputDirectoryPath: "google/cloud/osconfig/v1",
@@ -657,7 +656,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
657656
GRPCServiceConfigPath: "dialogflow_grpc_service_config.json",
658657
ApiServiceConfigPath: "dialogflow_v3.yaml",
659658
ReleaseLevel: "ga",
660-
StopGeneration: true,
661659
},
662660
{
663661
InputDirectoryPath: "google/cloud/dialogflow/v2",
@@ -666,7 +664,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
666664
GRPCServiceConfigPath: "dialogflow_grpc_service_config.json",
667665
ApiServiceConfigPath: "dialogflow_v2.yaml",
668666
ReleaseLevel: "ga",
669-
StopGeneration: true,
670667
},
671668
{
672669
InputDirectoryPath: "google/iam/credentials/v1",
@@ -1305,7 +1302,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
13051302
GRPCServiceConfigPath: "datastream_grpc_service_config.json",
13061303
ApiServiceConfigPath: "datastream_v1alpha1.yaml",
13071304
ReleaseLevel: "alpha",
1308-
StopGeneration: true,
13091305
},
13101306
{
13111307
InputDirectoryPath: "google/dataflow/v1beta3",
@@ -1514,7 +1510,6 @@ var MicrogenGapicConfigs = []*MicrogenConfig{
15141510
GRPCServiceConfigPath: "datastream_grpc_service_config.json",
15151511
ApiServiceConfigPath: "datastream_v1.yaml",
15161512
ReleaseLevel: "ga",
1517-
StopGeneration: true,
15181513
},
15191514
{
15201515
InputDirectoryPath: "google/cloud/notebooks/v1",

0 commit comments

Comments
 (0)