From 4a55384901dcaa9343e52b4a528e4344cb5622a7 Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Fri, 11 Sep 2026 20:49:52 +0000 Subject: [PATCH] chore: remove legacy OwlBot configuration OwlBot has been deprecated and is no longer processing updates. This removes the remaining .OwlBot.yaml and .OwlBot.lock.yaml files. b/560172525 --- .github/.OwlBot.lock.yaml | 17 ----------------- .github/.OwlBot.yaml | 15 --------------- 2 files changed, 32 deletions(-) delete mode 100644 .github/.OwlBot.lock.yaml delete mode 100644 .github/.OwlBot.yaml diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml deleted file mode 100644 index 7f983f16980..00000000000 --- a/.github/.OwlBot.lock.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 2026 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:4fe73296173f9cbfced42915365a33981ee6a291dd2dc0edb1a0a2e3abeeeed8 -# created: 2026-05-06T03:27:26.255454877Z diff --git a/.github/.OwlBot.yaml b/.github/.OwlBot.yaml deleted file mode 100644 index ae4a11c9802..00000000000 --- a/.github/.OwlBot.yaml +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 2021 Google LLC -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -docker: - image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest