We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b937f2 commit ae5040fCopy full SHA for ae5040f
owlbot.py
@@ -79,6 +79,8 @@
79
f"google/cloud/aiplatform/{library.name}/schema/**/services/",
80
"testing/constraints-3.7.txt",
81
"**/gapic_version.py", # exclude gapic_version.py to avoid reverting the version to 0.1.0
82
+ ".kokoro/samples",
83
+ "noxfile.py",
84
],
85
)
86
has_generator_updates = True
0 commit comments