Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
fix owlbot
  • Loading branch information
rahul2393 committed Oct 28, 2025
commit a09adb52686802a87e49cb8a835eb42fc7f49a06
6 changes: 3 additions & 3 deletions owlbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def get_staging_dirs(
library / "google/cloud/spanner_v1/services/*/transports/grpc*",
library / "tests/unit/gapic/spanner_v1/*",
],
"options=\\[.*?\\]",
"^\s+options=\\[.*?\\]",
"""options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
Expand Down Expand Up @@ -223,7 +223,7 @@ def get_staging_dirs(
library / "google/cloud/spanner_admin_instance_v1/services/*/transports/grpc*",
library / "tests/unit/gapic/spanner_admin_instance_v1/*",
],
"options=\\[.*?\\]",
"^\s+options=\\[.*?\\]",
"""options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
Expand All @@ -246,7 +246,7 @@ def get_staging_dirs(
library / "google/cloud/spanner_admin_database_v1/services/*/transports/grpc*",
library / "tests/unit/gapic/spanner_admin_database_v1/*",
],
"options=\\[.*?\\]",
"^\s+options=\\[.*?\\]",
"""options=[
("grpc.max_send_message_length", -1),
("grpc.max_receive_message_length", -1),
Expand Down