Skip to content

Commit 716bb0b

Browse files
authored
chore: update owlbot post processor image (#1502)
1 parent b5d4a45 commit 716bb0b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest
16-
digest: sha256:25de45b58e52021d3a24a6273964371a97a4efeefe6ad3845a64e697c63b6447
17-
# created: 2025-04-14T14:34:43.260858345Z
16+
digest: sha256:4a9e5d44b98e8672e2037ee22bc6b4f8e844a2d75fcb78ea8a4b38510112abc6
17+
# created: 2025-10-07

owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
system_test_python_versions=["3.12"],
344344
system_test_external_dependencies=["psutil","flaky"],
345345
)
346-
s.move(templated_files, excludes=[".coveragerc", ".github/blunderbuss.yml", ".github/release-please.yml", "README.rst", "docs/index.rst"])
346+
s.move(templated_files, excludes=[".coveragerc", ".github/**", "README.rst", "docs/**", ".kokoro/**"])
347347

348348
python.py_samples(skip_readmes=True)
349349

0 commit comments

Comments
 (0)