From 7b215655708ed17b8ac7a50d21dae298db59cf53 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:09:54 -0800 Subject: [PATCH 001/440] Update owlbot.py --- owlbot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 7de618e5..8d68815c 100644 --- a/owlbot.py +++ b/owlbot.py @@ -27,7 +27,8 @@ ".github/release-please.yml", ".github/CODEOWNERS", ".github/sync-repo-settings.yaml", - ".github/workflows/ci.yaml" + ".github/workflows/ci.yaml", + ".github" ]) node.fix() From 7a1ed30d4a5b4d17b1e2ebfdb63c38702509a14d Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:10:38 -0800 Subject: [PATCH 002/440] Replace '.github' with '.kokoro' in owlbot.py --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 8d68815c..88665f1b 100644 --- a/owlbot.py +++ b/owlbot.py @@ -28,7 +28,7 @@ ".github/CODEOWNERS", ".github/sync-repo-settings.yaml", ".github/workflows/ci.yaml", - ".github" + ".kokoro" ]) node.fix() From 8beefdcda03a3f7b6b7183a731ace7c258bd5ebb Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:11:06 -0800 Subject: [PATCH 003/440] Update lint.sh --- .kokoro/lint.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.kokoro/lint.sh b/.kokoro/lint.sh index f994f276..ef1b10ec 100755 --- a/.kokoro/lint.sh +++ b/.kokoro/lint.sh @@ -20,7 +20,9 @@ export NPM_CONFIG_PREFIX=${HOME}/.npm-global export PATH="${NPM_CONFIG_PREFIX}/bin:${PATH}" # Ensure the npm global directory is writable, otherwise rebuild `npm` -mkdir -p ${NPM_CONFIG_PREFIX} +mkdir -p ${NPM_CONFIG_PREFIX}/lib + +# Ensure the npm global directory is writable, otherwise rebuild `npm` npm config -g ls || npm i -g npm@`npm --version` cd $(dirname $0)/.. From 01f7768f3aa30ba2ad05e79d21932fd8a108004b Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:13:28 -0800 Subject: [PATCH 004/440] Update CODEOWNERS to include jsteam --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9cfb9aaf..4e091ef0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # The yoshi-nodejs team is the default owner for nodejs repositories. -* @googleapis/yoshi-nodejs @googleapis/api-logging @googleapis/api-logging-partners +* @googleapis/api-logging @googleapis/api-logging-partners @googleapis/jsteam # The github automation team is the default owner for the auto-approve file. .github/auto-approve.yml @googleapis/github-automation From c2430690bbcd7440aba7fd3868b95410110bfa9c Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:13:44 -0800 Subject: [PATCH 005/440] Update CODEOWNERS to remove auto-approve entry Removed default owner for the auto-approve file. --- .github/CODEOWNERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4e091ef0..206759d4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,3 @@ # The yoshi-nodejs team is the default owner for nodejs repositories. * @googleapis/api-logging @googleapis/api-logging-partners @googleapis/jsteam - -# The github automation team is the default owner for the auto-approve file. -.github/auto-approve.yml @googleapis/github-automation From e419a411908b0dfebc3eb439ed8b2e5a6c17bec6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:14:52 +0000 Subject: [PATCH 006/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f5488a01..83aea766 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -42,3 +42,23 @@ env_vars: { ################################################### + + +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + From 151da68f1af73ba5ce717189165a6b0fcede5d08 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:16:51 +0000 Subject: [PATCH 007/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f5488a01..83aea766 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -42,3 +42,23 @@ env_vars: { ################################################### + + +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + From 991b3e9f0e270a2de6a109e4f515dd11685219aa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:17:13 +0000 Subject: [PATCH 008/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f5488a01..83aea766 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -42,3 +42,23 @@ env_vars: { ################################################### + + +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + From b832c15cda56bbfb2c02195da5a5a1c1cac7fe1d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:18:03 +0000 Subject: [PATCH 009/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 83aea766..1ef1695d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -44,6 +44,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 934e6664bd0367138b3373538664d2c2932fce74 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:20:17 +0000 Subject: [PATCH 010/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 83aea766..1ef1695d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -44,6 +44,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c3f1fab1af09a2b6712d331025a55d834426b2a9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:20:35 +0000 Subject: [PATCH 011/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 83aea766..1ef1695d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -44,6 +44,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6793462dbefb3a613a2ede664550f5d68ecfdb3c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:21:46 +0000 Subject: [PATCH 012/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1ef1695d..61895b2a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -64,6 +64,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 32b443832323208fb8f2c0c571e19ad96228cf20 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:23:42 +0000 Subject: [PATCH 013/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1ef1695d..61895b2a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -64,6 +64,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 06cddb61267970694e1df27f913a770c459e15e2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:24:02 +0000 Subject: [PATCH 014/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1ef1695d..61895b2a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -64,6 +64,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fe0fc3c087133b69177ebc012a157bcac90714bd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:25:28 +0000 Subject: [PATCH 015/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 61895b2a..07c856b1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -84,6 +84,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4013777227b33d0933a9518526dab93cbfc5c8db Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:27:22 +0000 Subject: [PATCH 016/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 61895b2a..07c856b1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -84,6 +84,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c05225cf213a5ea660f9186337e5126d74966f3b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:27:24 +0000 Subject: [PATCH 017/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 61895b2a..07c856b1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -84,6 +84,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From baf89bba1f443dbde73549c42e9e87d69424bc99 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:28:21 +0000 Subject: [PATCH 018/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 07c856b1..d66a6460 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -104,6 +104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 31e6816933538c17571532686b5804aab750e419 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:30:51 +0000 Subject: [PATCH 019/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 07c856b1..d66a6460 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -104,6 +104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 72ee653109707e740b50a4fb50c429ffcf276377 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:31:06 +0000 Subject: [PATCH 020/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 07c856b1..d66a6460 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -104,6 +104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 737f033f6f7cfa3ca0a61face6c3ae2bde90a2e4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:32:08 +0000 Subject: [PATCH 021/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d66a6460..6925f0e0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -124,6 +124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b60c4fc8ce9eb23a0cf9b0b90277afbdbbd17976 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:34:36 +0000 Subject: [PATCH 022/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d66a6460..6925f0e0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -124,6 +124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f21b2f7171a8a77066a6b01feba7cb0d8e910ddd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:34:45 +0000 Subject: [PATCH 023/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d66a6460..6925f0e0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -124,6 +124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b8b5659fecd4fccf419e7b9827d31c3a7b4a06a4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:35:30 +0000 Subject: [PATCH 024/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6925f0e0..bc91499d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -144,6 +144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a73e135c98c3cb42a6cab69b876267e8c6864387 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:37:41 +0000 Subject: [PATCH 025/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6925f0e0..bc91499d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -144,6 +144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2004ed461cc0c14750bbfa0d72ca2a369115b3c4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:37:55 +0000 Subject: [PATCH 026/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6925f0e0..bc91499d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -144,6 +144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d05dc0565700810c58f5c9a193074ee03138e9ea Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:39:00 +0000 Subject: [PATCH 027/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bc91499d..3983cf35 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -164,6 +164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 788377bab5b5cc821663cd158433d9236b82da1f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:41:08 +0000 Subject: [PATCH 028/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bc91499d..3983cf35 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -164,6 +164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ff3bd954f98168c8becfc24cc9aac04c71a27ff4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:41:15 +0000 Subject: [PATCH 029/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bc91499d..3983cf35 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -164,6 +164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e38b9cfdebaa2ff64fada207c2ba795021184b46 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:42:28 +0000 Subject: [PATCH 030/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3983cf35..c771aa36 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -184,6 +184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 55e3414a892b8be8b3265ada22a92a355d173312 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:44:18 +0000 Subject: [PATCH 031/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3983cf35..c771aa36 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -184,6 +184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9bbf9d9f2b74ecb7b802212f680fe3ad08c837f4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:44:43 +0000 Subject: [PATCH 032/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3983cf35..c771aa36 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -184,6 +184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b1428e77f6587e8e2b2060246a23834643350a7a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:45:45 +0000 Subject: [PATCH 033/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c771aa36..42d91974 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -204,6 +204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1266dc77b3ba389111b17ffd7283c16bf927bd5a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:47:28 +0000 Subject: [PATCH 034/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c771aa36..42d91974 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -204,6 +204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 89a6e6f1d156490974b895106c2f58552e4a6b36 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:48:09 +0000 Subject: [PATCH 035/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c771aa36..42d91974 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -204,6 +204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3c2937efbc386e5f97250e7d4cf76806dd2ce8c1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:48:59 +0000 Subject: [PATCH 036/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 42d91974..37c9d94a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -224,6 +224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9e5c0e87ecaad19ea8b52a19638ac4458122fdbc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:50:28 +0000 Subject: [PATCH 037/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 42d91974..37c9d94a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -224,6 +224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6e22f2639486cf35f1ba4709658cce1f09e5a6cf Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:51:30 +0000 Subject: [PATCH 038/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 42d91974..37c9d94a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -224,6 +224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 577d9c5653f725de7133043f00cddd5df98b00f0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:52:35 +0000 Subject: [PATCH 039/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 37c9d94a..ea195cc0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -244,6 +244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e2db6e7acbb6722eb2af40d41b6ea7f955766b19 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:54:15 +0000 Subject: [PATCH 040/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 37c9d94a..ea195cc0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -244,6 +244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b54c1e4e59f0bba578a2cd9891cf90415fc1e90b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:54:53 +0000 Subject: [PATCH 041/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 37c9d94a..ea195cc0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -244,6 +244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 88e85ffaed23dab5533fc9663958d3fc5ecc1180 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:55:56 +0000 Subject: [PATCH 042/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ea195cc0..0f116c4c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -264,6 +264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f2ab45c23e88aed0d0728e393247e3d1658e9af3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:57:01 +0000 Subject: [PATCH 043/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ea195cc0..0f116c4c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -264,6 +264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5ea02ced82e74f1d5f01918d9006b91e6f6b6392 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:58:15 +0000 Subject: [PATCH 044/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ea195cc0..0f116c4c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -264,6 +264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0910734e29b746ba7c7c07af15bb24bc30315417 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 00:59:46 +0000 Subject: [PATCH 045/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0f116c4c..4a6e529b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -284,6 +284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 18404fba75f2a4f3ee676350b89e80da2dc20195 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:00:22 +0000 Subject: [PATCH 046/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0f116c4c..4a6e529b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -284,6 +284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From aabc1fa3644d67cdcfcba0fd83cca423c62c355a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:01:42 +0000 Subject: [PATCH 047/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0f116c4c..4a6e529b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -284,6 +284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c79cb78bc80239b4fec8a611b0082247b8372919 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:02:19 +0000 Subject: [PATCH 048/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4a6e529b..a13b3f25 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -304,6 +304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5d275aea21c50a84783827376f5d7153c35f677c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:03:41 +0000 Subject: [PATCH 049/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4a6e529b..a13b3f25 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -304,6 +304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d33c9903ddb9ad157ffbea11032b80a2038272a3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:04:47 +0000 Subject: [PATCH 050/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4a6e529b..a13b3f25 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -304,6 +304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7a1765c4d460dcbeabd49eb2a89a112c94e57448 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:05:55 +0000 Subject: [PATCH 051/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a13b3f25..26d3ecb4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -324,6 +324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8ee95151e9cefbd26a4988b719d2a915fd0346bd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:07:07 +0000 Subject: [PATCH 052/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a13b3f25..26d3ecb4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -324,6 +324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From de9f28cf923e5a157cace3b4e1555fd9205e55e5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:07:56 +0000 Subject: [PATCH 053/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a13b3f25..26d3ecb4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -324,6 +324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 79ad8ec7441756724a41a5bddf271d964651f883 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:09:19 +0000 Subject: [PATCH 054/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 26d3ecb4..51a42f8d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -344,6 +344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 74abc7ecb71dbfe6e4e6ad2dd9e849e9c57a2ebc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:10:32 +0000 Subject: [PATCH 055/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 26d3ecb4..51a42f8d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -344,6 +344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e9bef97298544286adbb3ea495bde90221ff3737 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:10:53 +0000 Subject: [PATCH 056/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 26d3ecb4..51a42f8d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -344,6 +344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b790cc7f7c4c92c5a1cc56ab631f1b6fc9ea7730 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:12:42 +0000 Subject: [PATCH 057/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 51a42f8d..4267a095 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -364,6 +364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6be36d49c953e85d720f853417afe479aaf6dc5b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:13:52 +0000 Subject: [PATCH 058/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 51a42f8d..4267a095 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -364,6 +364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1490552215ac930a941557c29d782aabc74d5f11 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:14:11 +0000 Subject: [PATCH 059/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 51a42f8d..4267a095 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -364,6 +364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f356f6f5505ee1c8aa0fb062eb1a68b4e07123fa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:16:03 +0000 Subject: [PATCH 060/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4267a095..0153f367 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -384,6 +384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c80eb8d2b9465edb4f21e11c87e608e972c5c476 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:17:21 +0000 Subject: [PATCH 061/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4267a095..0153f367 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -384,6 +384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1ef277a60108df19d47f4529fb1022bb621a9d61 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:17:25 +0000 Subject: [PATCH 062/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4267a095..0153f367 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -384,6 +384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From de1b21a2c7238cd3c37419a175a9394407ef9ced Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:20:04 +0000 Subject: [PATCH 063/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0153f367..57a27885 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -404,6 +404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 00caac0248aa3dc410abe6d3ed08fb263dc3f5b0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:20:33 +0000 Subject: [PATCH 064/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0153f367..57a27885 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -404,6 +404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From be2f1ae4e77e348980028bc75339fe998b9e1f4e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:20:43 +0000 Subject: [PATCH 065/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0153f367..57a27885 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -404,6 +404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d9f77cbccfa9ea6dd2ba1f4870a7dae6727a2cfc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:23:22 +0000 Subject: [PATCH 066/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 57a27885..24cbd1bb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -424,6 +424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ce15f393a14028095c19b2ca9266926fb203d3ba Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:23:32 +0000 Subject: [PATCH 067/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 57a27885..24cbd1bb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -424,6 +424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7c3101472e0c75c1f5717057108f1fc48029ece2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:24:07 +0000 Subject: [PATCH 068/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 57a27885..24cbd1bb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -424,6 +424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 308341ac2f30b3f23ffb929ab0e01d363d993ffe Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:26:33 +0000 Subject: [PATCH 069/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 24cbd1bb..7cc63d70 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -444,6 +444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a2662537c119f324c7cc6afd00e96c67c809a8ef Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:27:16 +0000 Subject: [PATCH 070/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 24cbd1bb..7cc63d70 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -444,6 +444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From dd900c3106caa7cf2628fed753b26533a4a09654 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:27:25 +0000 Subject: [PATCH 071/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 24cbd1bb..7cc63d70 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -444,6 +444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0854d52535237b0d2598f9e104281f6437fb1b41 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:29:51 +0000 Subject: [PATCH 072/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7cc63d70..67d38af6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -464,6 +464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ca4456a060fcc63793209f39f22475ea6f7d305c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:30:24 +0000 Subject: [PATCH 073/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7cc63d70..67d38af6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -464,6 +464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 397c217cf44a165c3ef45ef5e9736c6a35c2b218 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:30:43 +0000 Subject: [PATCH 074/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7cc63d70..67d38af6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -464,6 +464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 26472d22912581f37a584d4ed5fba0748d557802 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:33:10 +0000 Subject: [PATCH 075/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 67d38af6..75e300fe 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -484,6 +484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5f35d1c2a692c847af3aecc7eaa6d991c2c77eb9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:34:03 +0000 Subject: [PATCH 076/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 67d38af6..75e300fe 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -484,6 +484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 44744482726f64d7878dd2ebab662056d09ba26f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:34:14 +0000 Subject: [PATCH 077/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 67d38af6..75e300fe 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -484,6 +484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 143cd769a8c9df4de18aaeb3d027db287cf7bc0f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:36:34 +0000 Subject: [PATCH 078/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 75e300fe..df0a7f23 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -504,6 +504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 16d904b71df558b8e02c4248604bdad45c714847 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:37:33 +0000 Subject: [PATCH 079/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 75e300fe..df0a7f23 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -504,6 +504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 20636f16ff1c022bf93dd26f8f7120c062fa70a7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:37:37 +0000 Subject: [PATCH 080/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 75e300fe..df0a7f23 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -504,6 +504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 27516fcb3114c18a4cc5a4b11f5a41f7adeda39f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:40:09 +0000 Subject: [PATCH 081/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index df0a7f23..49544c4a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -524,6 +524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 524b86889e302981d16ad1c0ca18f6f6344a9d9d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:40:46 +0000 Subject: [PATCH 082/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index df0a7f23..49544c4a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -524,6 +524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d7ec739e20e8f4b7c158cfb6aa4cfcb47edefb55 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:41:07 +0000 Subject: [PATCH 083/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index df0a7f23..49544c4a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -524,6 +524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2d9db6a1c8cc9d97a2235cf869854a57bfc38694 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:43:38 +0000 Subject: [PATCH 084/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 49544c4a..61d2d945 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -544,6 +544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5a23e8d33f16a4a08684997afa0e0cb9c4e5709a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:43:56 +0000 Subject: [PATCH 085/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 49544c4a..61d2d945 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -544,6 +544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a9c910230c47e728eb6853ac08dec52886a1b9c5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:44:13 +0000 Subject: [PATCH 086/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 49544c4a..61d2d945 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -544,6 +544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6e554cd6b371feb6accc36b80c653edbf2f111d0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:47:05 +0000 Subject: [PATCH 087/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 61d2d945..f737ed57 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -564,6 +564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7249b56e82d51ea59e5f18ea6c073ec106a28c6f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:47:15 +0000 Subject: [PATCH 088/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 61d2d945..f737ed57 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -564,6 +564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c39a833e688b1f089be9dc8b48a6a01bda5e9060 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:47:33 +0000 Subject: [PATCH 089/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 61d2d945..f737ed57 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -564,6 +564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b2caab51cc147098ef8ecf1e582032dec459d5aa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:49:55 +0000 Subject: [PATCH 090/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f737ed57..c7b3d1ab 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -584,6 +584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 62cf285ee1d5efe21ad3a7d61840fb5e1c3280a4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:50:35 +0000 Subject: [PATCH 091/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f737ed57..c7b3d1ab 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -584,6 +584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fae154ad7059598f4b2a2e6e39b37424f5a0bac3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:51:06 +0000 Subject: [PATCH 092/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f737ed57..c7b3d1ab 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -584,6 +584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5e23b9f3b51c1c2346e942fae14af479cfc0febd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:52:39 +0000 Subject: [PATCH 093/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c7b3d1ab..1a6838f5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -604,6 +604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a92cb0df99acd861622879eaa8f34ce68666a4e5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:53:20 +0000 Subject: [PATCH 094/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c7b3d1ab..1a6838f5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -604,6 +604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0594d02b92c6203c64b126f41bc12f7d4d22d383 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:53:54 +0000 Subject: [PATCH 095/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c7b3d1ab..1a6838f5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -604,6 +604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 06b1691bc47e0b49a55a4f4e497103a3cf997a06 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:55:52 +0000 Subject: [PATCH 096/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1a6838f5..f10c29de 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -624,6 +624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f9d74213db499a5d670b42297f637329ff53cda1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:56:41 +0000 Subject: [PATCH 097/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1a6838f5..f10c29de 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -624,6 +624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From cce8e97093974dd8aa8e46bd4999fff839946505 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:56:47 +0000 Subject: [PATCH 098/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1a6838f5..f10c29de 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -624,6 +624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7e485abe43cb6a2aca6c7305773d452bb1805ae2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:58:53 +0000 Subject: [PATCH 099/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f10c29de..68d991da 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -644,6 +644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2707d8ed2376ae1dcc93e8eede7f1de3a75e37e7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 01:59:44 +0000 Subject: [PATCH 100/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f10c29de..68d991da 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -644,6 +644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b90c068aa63f34dc2423296bf9118645122cf2f2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:00:08 +0000 Subject: [PATCH 101/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f10c29de..68d991da 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -644,6 +644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9c1b93d556f810d0c61591fcf371b7c45c338772 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:01:51 +0000 Subject: [PATCH 102/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 68d991da..a440570c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -664,6 +664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ee6c21ce96ac2ec837dcf0416753ce416cd46199 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:03:01 +0000 Subject: [PATCH 103/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 68d991da..a440570c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -664,6 +664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8d62dbd10ba15965b90586a097bbaf147e0a81e3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:03:33 +0000 Subject: [PATCH 104/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 68d991da..a440570c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -664,6 +664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fe5de9268fe1dcb44476a0f12b868b86a912aebd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:05:21 +0000 Subject: [PATCH 105/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a440570c..b1de65b9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -684,6 +684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b1ebd1a2e2c1ee5ed03180d46a1ddef6e9582f1f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:06:41 +0000 Subject: [PATCH 106/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a440570c..b1de65b9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -684,6 +684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3b24709c8acb2f2edea02887002cfcff8d283822 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:07:22 +0000 Subject: [PATCH 107/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a440570c..b1de65b9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -684,6 +684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1a4c8b8dcfcbf076d8a57c53bae55bf0d530a78d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:08:40 +0000 Subject: [PATCH 108/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b1de65b9..5761817d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -704,6 +704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 44eeca90b817ed46fc4a979c6d3b4ae9404ead63 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:10:23 +0000 Subject: [PATCH 109/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b1de65b9..5761817d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -704,6 +704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f95b2164b01de4003725a0335b4a9e131658f9c6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:10:43 +0000 Subject: [PATCH 110/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b1de65b9..5761817d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -704,6 +704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7552e6e15d4e0aa92a4a0d6a16f05dc786015b94 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:11:55 +0000 Subject: [PATCH 111/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5761817d..d232b35a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -724,6 +724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b525785c68825ba32df419610c5c76b9e590040e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:13:59 +0000 Subject: [PATCH 112/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5761817d..d232b35a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -724,6 +724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 48a65affc28c7c4ba445f010f93ad8359a6bd2dc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:14:03 +0000 Subject: [PATCH 113/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5761817d..d232b35a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -724,6 +724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 25141018ce4ce868f4419466134bcb3c2f2d6304 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:15:25 +0000 Subject: [PATCH 114/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d232b35a..8684754e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -744,6 +744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e3effb47f8594f3218e621a24456a5130ab995f4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:16:49 +0000 Subject: [PATCH 115/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d232b35a..8684754e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -744,6 +744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9462b7067e452e36a4a52e8177a424fae14a8d68 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:17:26 +0000 Subject: [PATCH 116/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d232b35a..8684754e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -744,6 +744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4c29a721ee6bd648b2be3e90df2eb4b7e79095e3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:19:06 +0000 Subject: [PATCH 117/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8684754e..73030a12 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -764,6 +764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 688a5af14fc6a0672df93c06b21dd8bba6053d00 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:19:59 +0000 Subject: [PATCH 118/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8684754e..73030a12 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -764,6 +764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8fea2833a274e26b6df209a00e95c4621d3eab75 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:20:52 +0000 Subject: [PATCH 119/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8684754e..73030a12 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -764,6 +764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b2eee616d2c448f4dd2e850cc5ba933aff061ee6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:22:36 +0000 Subject: [PATCH 120/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 73030a12..f468e319 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -784,6 +784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 56b9ec030e24e13baa7c41aaf2d2745c5216d322 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:23:29 +0000 Subject: [PATCH 121/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 73030a12..f468e319 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -784,6 +784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From cc255ae00ba6ed530260b36977fa460a9c4ed15b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:24:15 +0000 Subject: [PATCH 122/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 73030a12..f468e319 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -784,6 +784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f3abf1b20c485422430f174d1a5da58e54cae9db Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:26:10 +0000 Subject: [PATCH 123/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f468e319..78df646b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -804,6 +804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b93e31f52f16d744307fa1bb99c80c28a30743f2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:26:51 +0000 Subject: [PATCH 124/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f468e319..78df646b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -804,6 +804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 91a0729ba7a37e79d94288b33faa2349236c8338 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:27:26 +0000 Subject: [PATCH 125/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f468e319..78df646b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -804,6 +804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b345b4fec4e62900420c61f27f80bf1d9bfe953e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:29:15 +0000 Subject: [PATCH 126/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 78df646b..2aeb603e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -824,6 +824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b8b83940ada6cf48add65006c7d02f77f71e4c90 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:30:03 +0000 Subject: [PATCH 127/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 78df646b..2aeb603e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -824,6 +824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 662f87b1d33b8752006a583e29045558ae1c9d0c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:30:47 +0000 Subject: [PATCH 128/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 78df646b..2aeb603e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -824,6 +824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 95d77125dd0c6fe86473c608b71c91b028ae562a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:32:31 +0000 Subject: [PATCH 129/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2aeb603e..21b1e909 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -844,6 +844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2dd650947b92b6e973ea7a6bfbb92bd43ba36302 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:33:20 +0000 Subject: [PATCH 130/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2aeb603e..21b1e909 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -844,6 +844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 64f1169ca52f23c9642616a1e892b98b29e62bac Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:34:03 +0000 Subject: [PATCH 131/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2aeb603e..21b1e909 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -844,6 +844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e9f7e5431de315da806f11b5b180fc5cb4fba3c9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:36:09 +0000 Subject: [PATCH 132/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 21b1e909..e38a7f7a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -864,6 +864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 25b4c5c09fa826f9fb3b80621d00e9d2252d6818 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:36:28 +0000 Subject: [PATCH 133/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 21b1e909..e38a7f7a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -864,6 +864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 34e132c86c4a05df4cba6a1e061959e9358df771 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:37:04 +0000 Subject: [PATCH 134/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 21b1e909..e38a7f7a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -864,6 +864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From cd67fdff3b6db8b22d2954eb304a86b2580bd2ba Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:39:18 +0000 Subject: [PATCH 135/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e38a7f7a..bd7d40a9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -884,6 +884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e7fb2f5babccfd49b946c873e4284f4c4a09a446 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:39:39 +0000 Subject: [PATCH 136/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e38a7f7a..bd7d40a9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -884,6 +884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2bd43ac56d9576ecee2ca696135d7c63cc029ab4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:40:28 +0000 Subject: [PATCH 137/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e38a7f7a..bd7d40a9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -884,6 +884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 50883fc3bf982066ac456f95e137fe7ea5ba70ec Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:42:45 +0000 Subject: [PATCH 138/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bd7d40a9..52bd927d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -904,6 +904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a362a724f8d6a3630c493c519bbdcbf10047beae Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:43:00 +0000 Subject: [PATCH 139/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bd7d40a9..52bd927d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -904,6 +904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4cc81fe9837d9a26ea1561b51c42efb8fa681b21 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:43:53 +0000 Subject: [PATCH 140/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bd7d40a9..52bd927d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -904,6 +904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e6644abb86b57be265a4eb1bbc07eacfd4cdbfdd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:45:59 +0000 Subject: [PATCH 141/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 52bd927d..e72678b8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -924,6 +924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 91feb227ef01a99e14ee411f05db7040220d6035 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:46:10 +0000 Subject: [PATCH 142/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 52bd927d..e72678b8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -924,6 +924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From febdca0a8e8b0a7a05571a47ac7d86102009f8d9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:47:13 +0000 Subject: [PATCH 143/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 52bd927d..e72678b8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -924,6 +924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 41d731ba165c44f86a4afc116503d99cd40ea0f2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:49:20 +0000 Subject: [PATCH 144/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e72678b8..ca37b072 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -944,6 +944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c2add299483c49d54743b8d4c48a183f481c5ebb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:49:43 +0000 Subject: [PATCH 145/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e72678b8..ca37b072 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -944,6 +944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d2ff3ba982e2d0e3aa9c0073a04e1dc0a8c6b81d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:50:33 +0000 Subject: [PATCH 146/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e72678b8..ca37b072 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -944,6 +944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fe9e710dd331c77ba6a1cdc315bc0336d0d59454 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:52:56 +0000 Subject: [PATCH 147/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ca37b072..d5cdd9e3 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -964,6 +964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 23f8ef9faf79e4fe03a143d266e3e66e57cd49a1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:52:59 +0000 Subject: [PATCH 148/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ca37b072..d5cdd9e3 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -964,6 +964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 93e2bf53eb82c7d9fb0225ae0efa2b9b508cb789 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:53:56 +0000 Subject: [PATCH 149/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ca37b072..d5cdd9e3 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -964,6 +964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0784e81065ec1bf12ba748a8c3d0b8c382996d85 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:56:26 +0000 Subject: [PATCH 150/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d5cdd9e3..40bf35bf 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -984,6 +984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8c76edfd419e66b1eedcc2c189aefdd225c4fb55 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:56:36 +0000 Subject: [PATCH 151/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d5cdd9e3..40bf35bf 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -984,6 +984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0a8f4371698bd27098ab1c17448b7879dfbd4f86 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:57:10 +0000 Subject: [PATCH 152/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d5cdd9e3..40bf35bf 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -984,6 +984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 06516a94b247a129868d1e2d7927612b4b33bba6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 02:59:48 +0000 Subject: [PATCH 153/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 40bf35bf..be5fbf90 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1004,6 +1004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6e809266a54180685fdd7aeae2b8ebe13e2705c8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:00:07 +0000 Subject: [PATCH 154/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 40bf35bf..be5fbf90 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1004,6 +1004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 07243e2e257d42500a1801c505e08a86975c1e33 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:00:28 +0000 Subject: [PATCH 155/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 40bf35bf..be5fbf90 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1004,6 +1004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8f6ea087117e2d6152667fac34d77b450eed7f6f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:03:09 +0000 Subject: [PATCH 156/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index be5fbf90..890ef315 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1024,6 +1024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 756d37126254e2c1bc38090a5da9e0e65d9dbc90 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:03:21 +0000 Subject: [PATCH 157/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index be5fbf90..890ef315 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1024,6 +1024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c56f52505327de1d2bb58dc523d58c654d3c8f26 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:03:37 +0000 Subject: [PATCH 158/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index be5fbf90..890ef315 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1024,6 +1024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 50a8e3b79f341ccc6861ff96cdf62cdd86706a86 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:06:28 +0000 Subject: [PATCH 159/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 890ef315..5552540d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1044,6 +1044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c7fda8c5316863ad956667e2a3daf45ea781b8cd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:06:37 +0000 Subject: [PATCH 160/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 890ef315..5552540d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1044,6 +1044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 36de661e1bd0cfa6332649c74f4226972851c666 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:07:15 +0000 Subject: [PATCH 161/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 890ef315..5552540d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1044,6 +1044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ba3da440b4d36f9cb07be1784a4fe84ac6928841 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:09:52 +0000 Subject: [PATCH 162/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5552540d..4ae8c31e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1064,6 +1064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 64087854209f74146e745b82bc3eb07a80cc16ab Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:09:54 +0000 Subject: [PATCH 163/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5552540d..4ae8c31e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1064,6 +1064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2ea6b8978b51f381bd916e0eeb0f3a3b032e36f3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:10:46 +0000 Subject: [PATCH 164/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5552540d..4ae8c31e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1064,6 +1064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5e91fb59bcd2a5e2b2422b77dc94776070a8f3ab Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:13:10 +0000 Subject: [PATCH 165/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4ae8c31e..b04f34c0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1084,6 +1084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4c6aacf441788c7761ec0e8fbea5d5bd4848d942 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:14:11 +0000 Subject: [PATCH 166/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4ae8c31e..b04f34c0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1084,6 +1084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From abdd175e1bb95baa426139d2fb60d765cd8cee40 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:16:18 +0000 Subject: [PATCH 167/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b04f34c0..a8ee0c82 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1104,6 +1104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 07b08d3f0aac3f35a793c8eb79cd6a8fe5945bc6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:17:17 +0000 Subject: [PATCH 168/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b04f34c0..a8ee0c82 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1104,6 +1104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1787e6a38961548d07de5ab2f9d7d524ff365129 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:19:39 +0000 Subject: [PATCH 169/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a8ee0c82..e642d483 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1124,6 +1124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7ff3bd2438231baccddcda18178e42704cddaec8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:20:15 +0000 Subject: [PATCH 170/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a8ee0c82..e642d483 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1124,6 +1124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b3c4c1d7bb6b6fe15971ee548d57a7b16fbdb58a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:23:08 +0000 Subject: [PATCH 171/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e642d483..8ed8fb6a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1144,6 +1144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 35642c8f2ef68d29f61956cf37b2870845fa1d8d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:23:37 +0000 Subject: [PATCH 172/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e642d483..8ed8fb6a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1144,6 +1144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d60a5be205b9f2e8a94c7e33bafcba7cec79b347 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:26:37 +0000 Subject: [PATCH 173/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8ed8fb6a..0994801b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1164,6 +1164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0b5e696f51da43d64f58f5bd732554f237e0d8fa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:27:10 +0000 Subject: [PATCH 174/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8ed8fb6a..0994801b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1164,6 +1164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 007a97e2b19ac4a98d963f473c902cdf67feaa9d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:30:04 +0000 Subject: [PATCH 175/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0994801b..720e8129 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1184,6 +1184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 37917e14e134cf810dfab56dbd54d1311133d52b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:30:43 +0000 Subject: [PATCH 176/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0994801b..720e8129 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1184,6 +1184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 984e202f65f0af9a8961e6474fb1a9df5faf42ef Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:33:22 +0000 Subject: [PATCH 177/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 720e8129..3964645a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1204,6 +1204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3f3146a79f7bd961c175dd2fed1c70e9fc7b7a0d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:33:59 +0000 Subject: [PATCH 178/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 720e8129..3964645a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1204,6 +1204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 15ec7be2b1042d93d06b63cc7fb17a5776fc2070 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:36:48 +0000 Subject: [PATCH 179/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3964645a..e7f63f63 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1224,6 +1224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 21545930c50bc1e292d0d86add9e2a56ca13ca04 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:37:43 +0000 Subject: [PATCH 180/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3964645a..e7f63f63 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1224,6 +1224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From cef85310815f2bc8c94895b32bdf6703d0ca853b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:40:18 +0000 Subject: [PATCH 181/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e7f63f63..8f9c9b52 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1244,6 +1244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 71bc7cf5163d84be6ced4473afba69c1aff11f8e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:41:31 +0000 Subject: [PATCH 182/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e7f63f63..8f9c9b52 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1244,6 +1244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9fb0f2f2fa4c9f30e3747cf35eecf4bd259de684 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:43:15 +0000 Subject: [PATCH 183/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8f9c9b52..ce769a93 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1264,6 +1264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c74be0781c57cdf72f44b19874470c87a43ac16b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:44:38 +0000 Subject: [PATCH 184/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8f9c9b52..ce769a93 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1264,6 +1264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b9bf99fe30509ef8f55ddadfc41a9f0209c5ddd9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:46:39 +0000 Subject: [PATCH 185/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce769a93..9cd9abba 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1284,6 +1284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From bfbdc214e06a4c4f117c5c41aa0a06c96051521e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:47:45 +0000 Subject: [PATCH 186/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce769a93..9cd9abba 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1284,6 +1284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 86a772d78e5bdfca2fd0cf0e19060b23a7645f3a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:49:23 +0000 Subject: [PATCH 187/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 9cd9abba..09152a47 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1304,6 +1304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 89153b4219a3f0dafd60bec9cf38aeb12bfa144f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:50:24 +0000 Subject: [PATCH 188/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 9cd9abba..09152a47 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1304,6 +1304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 630def7b1371885c1e5ac9b10b865b7c6972d792 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:52:39 +0000 Subject: [PATCH 189/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 09152a47..ff9d36fd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1324,6 +1324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 06f2b849da99503dd5bc99055634716abe1f8518 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:53:56 +0000 Subject: [PATCH 190/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 09152a47..ff9d36fd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1324,6 +1324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ecb438b0c17e56d1dbbc194452267d73effaf3df Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:56:04 +0000 Subject: [PATCH 191/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ff9d36fd..48b1559f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1344,6 +1344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 10274f311f04de45c6ebc86760d82afbc775d387 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:57:17 +0000 Subject: [PATCH 192/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ff9d36fd..48b1559f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1344,6 +1344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From bc42e01d97ef0a20b1392c4ea6f63ca4922be16b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 03:59:37 +0000 Subject: [PATCH 193/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 48b1559f..d586a853 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1364,6 +1364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 07280824d45e3c67e72eb942504d6969e46c2498 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:01:10 +0000 Subject: [PATCH 194/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 48b1559f..d586a853 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1364,6 +1364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e59344934371db213895396699ae1536f6e1c821 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:03:03 +0000 Subject: [PATCH 195/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d586a853..ce8c3831 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1384,6 +1384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4b5dd6177cfa9a130de201845f02eadd7eb92c0e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:05:03 +0000 Subject: [PATCH 196/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d586a853..ce8c3831 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1384,6 +1384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8877bf8ae37073f079c7722eb6427f84a2c0d28a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:06:21 +0000 Subject: [PATCH 197/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce8c3831..c886212e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1404,6 +1404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 29c092fd8e31a89f0550685c4fc47ebe11c89120 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:08:40 +0000 Subject: [PATCH 198/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce8c3831..c886212e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1404,6 +1404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9b4b2158c99e896c87e1ed934b26f455f5184bf3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:09:35 +0000 Subject: [PATCH 199/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c886212e..08fd5434 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1424,6 +1424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 399cd06a21a2d2244dcee08ee6601e1a6ec2d5b8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:12:00 +0000 Subject: [PATCH 200/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c886212e..08fd5434 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1424,6 +1424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 92b683e6c410e0d2546046dd01bb673d8637e2b1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:13:04 +0000 Subject: [PATCH 201/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 08fd5434..f549e3b5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1444,6 +1444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 21721682d22253a77139e0ff2cf6429684dddfdf Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:15:26 +0000 Subject: [PATCH 202/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 08fd5434..f549e3b5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1444,6 +1444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 056247ac51bd07677ddd1bf7aa6cacfb4c08abdd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:16:35 +0000 Subject: [PATCH 203/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f549e3b5..4e39b9d7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1464,6 +1464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 72c004c2318b3f0d810a315d011968e740ccfc5f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:18:58 +0000 Subject: [PATCH 204/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f549e3b5..4e39b9d7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1464,6 +1464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 76043f0ed01d6fe67148fa97985f643f99811106 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:19:51 +0000 Subject: [PATCH 205/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4e39b9d7..8d6fe9b2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1484,6 +1484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3765288bffc1fa4e91bc5be1259cce60c9d83976 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:22:38 +0000 Subject: [PATCH 206/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4e39b9d7..8d6fe9b2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1484,6 +1484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6c41c56332fdbc50100ec7a1034ea9d4dda7e63f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:23:34 +0000 Subject: [PATCH 207/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8d6fe9b2..65b15712 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1504,6 +1504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From bbe134b3d2faa77b6e4842fe978c1771036edb50 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:26:05 +0000 Subject: [PATCH 208/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8d6fe9b2..65b15712 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1504,6 +1504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c8f39c3408919fa64a6bcd312b9eb822e34aca96 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:27:01 +0000 Subject: [PATCH 209/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 65b15712..a91f0815 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1524,6 +1524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 67856a6effa588cd0159bd9900db0e1cb3b6b8ca Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:29:27 +0000 Subject: [PATCH 210/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 65b15712..a91f0815 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1524,6 +1524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a3603e3202f73c923d5d4d0a8a4a318d175e13c5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:29:41 +0000 Subject: [PATCH 211/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a91f0815..d89bed3c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1544,6 +1544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6133cbc7681d1597e1a0f0981d61abf844fb2de1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:32:59 +0000 Subject: [PATCH 212/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d89bed3c..673d85c0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1564,6 +1564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 057d128c5752c94f0af8cfb31067cc47ce1478ba Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:33:12 +0000 Subject: [PATCH 213/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d89bed3c..673d85c0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1564,6 +1564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fcc4912d1175270accd6302a45101a5c16179355 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:36:16 +0000 Subject: [PATCH 214/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 673d85c0..89da897d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1584,6 +1584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a5ce078649be68fae88f7563258bcf803a1c2f0e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:36:19 +0000 Subject: [PATCH 215/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 673d85c0..89da897d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1584,6 +1584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a5ef80eeb94e77930607c325048d0b2206e38d99 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:38:56 +0000 Subject: [PATCH 216/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 89da897d..f08c97a7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1604,6 +1604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 21cc8a462ec6a1ef4de6b9d6754e27d3dde2c60e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:39:37 +0000 Subject: [PATCH 217/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 89da897d..f08c97a7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1604,6 +1604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 09dfac7099eaf20b53bff75bde00b5e87c134de5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:42:39 +0000 Subject: [PATCH 218/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f08c97a7..4453b1f7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1624,6 +1624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 14371f608bc273a310d37e3b46df71faf69a4bff Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:42:51 +0000 Subject: [PATCH 219/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f08c97a7..4453b1f7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1624,6 +1624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a5bc50a6f66a46ddd5cd11f872be2d49f16d465b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:45:39 +0000 Subject: [PATCH 220/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4453b1f7..e9936462 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1644,6 +1644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c7f4b8a9aef8014818e7f00648ca9f961e664461 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:45:43 +0000 Subject: [PATCH 221/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4453b1f7..e9936462 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1644,6 +1644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a170ec11827cf41f5b422a4fef2f161f2f15fa4c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:48:56 +0000 Subject: [PATCH 222/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e9936462..15319d35 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1664,6 +1664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 39d033686dbd97a018a71fb2922dbc714dce7e76 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:49:20 +0000 Subject: [PATCH 223/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e9936462..15319d35 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1664,6 +1664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0a2cb3ab0c2b983f0a2d40771c63e88f32a3ab6b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:51:55 +0000 Subject: [PATCH 224/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 15319d35..34d27e24 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1684,6 +1684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d752a9181dd655df8662938e9eb4049a02025a0d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:52:06 +0000 Subject: [PATCH 225/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 15319d35..34d27e24 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1684,6 +1684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d28cab21af6832e2a8e7391d382f0e7576173418 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:55:11 +0000 Subject: [PATCH 226/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 34d27e24..94b1715f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1704,6 +1704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 95e88ffd0e98105965ebf6acd8b9aa12ee7f809a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:55:26 +0000 Subject: [PATCH 227/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 34d27e24..94b1715f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1704,6 +1704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 42305dfb87a006468957e0cf6d2517a9545e9f85 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:58:14 +0000 Subject: [PATCH 228/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 94b1715f..fc601aad 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1724,6 +1724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d0fa649911cec9633e16f19a01f03d921fcaf118 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 04:58:43 +0000 Subject: [PATCH 229/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 94b1715f..fc601aad 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1724,6 +1724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d97865fddbe45e5fc6a14e02a9b280f3bb0c749a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:01:54 +0000 Subject: [PATCH 230/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index fc601aad..33f336d7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1744,6 +1744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1cd6292e95871ed923ac57181c20b42c0066a2bb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:02:21 +0000 Subject: [PATCH 231/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index fc601aad..33f336d7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1744,6 +1744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5e401bd33c8e44b56a986503dd4576e2fd667017 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:05:23 +0000 Subject: [PATCH 232/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 33f336d7..71baa19b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1764,6 +1764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d7606e6e2f1502683324a7507774a1435446f99b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:05:51 +0000 Subject: [PATCH 233/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 33f336d7..71baa19b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1764,6 +1764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0807cb4b50e62bb3424601fae5a8f068f5f69b20 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:08:28 +0000 Subject: [PATCH 234/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 71baa19b..906f89c9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1784,6 +1784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b1509d2178292f6edfea9f68a2ac7d7d0343a4b3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:09:00 +0000 Subject: [PATCH 235/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 71baa19b..906f89c9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1784,6 +1784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 508495a674dec5ffb071ea2a56ff20bf7c9cbcd6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:12:00 +0000 Subject: [PATCH 236/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 906f89c9..ff7a0b01 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1804,6 +1804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d853a2a86f02e8d7b5d062149158432e6bcb7216 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:12:15 +0000 Subject: [PATCH 237/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 906f89c9..ff7a0b01 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1804,6 +1804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 54b9fd89808309622e9240256cddbf4e26b245d1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:15:07 +0000 Subject: [PATCH 238/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ff7a0b01..46971add 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1824,6 +1824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From accdc8bbef73b4b2916ad9941117af6440a6defa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:15:25 +0000 Subject: [PATCH 239/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ff7a0b01..46971add 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1824,6 +1824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 07527d694528dc2caa7064353fca4f7df1334b25 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:18:28 +0000 Subject: [PATCH 240/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 46971add..7138ad5b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1844,6 +1844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9a75946f9004202550ec68d6961208ff7f7af738 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:18:53 +0000 Subject: [PATCH 241/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 46971add..7138ad5b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1844,6 +1844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4a79749d1d6f2a9ba78c57a6c5c13e22c73378a0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:21:27 +0000 Subject: [PATCH 242/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7138ad5b..999e836e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1864,6 +1864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b4d52c22d049d4efabeb1b21fdaec0bddada1663 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:22:03 +0000 Subject: [PATCH 243/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7138ad5b..999e836e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1864,6 +1864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 34c259f3ccb8276ae51d34540df5e065080b621a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:24:53 +0000 Subject: [PATCH 244/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 999e836e..6bcb049f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1884,6 +1884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d4dc4bd24f82bdfc96aa1eb8de5db9aca9499cf4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:24:56 +0000 Subject: [PATCH 245/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 999e836e..6bcb049f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1884,6 +1884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From eebb5673410de307167f9567d9cc9895d53e4a48 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:27:59 +0000 Subject: [PATCH 246/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6bcb049f..52465815 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1904,6 +1904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b3c1a6a735d427242fe2ab74567addb2746d00fd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:28:35 +0000 Subject: [PATCH 247/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6bcb049f..52465815 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1904,6 +1904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4440f62a70f5c23b8677e0dae54b80f1214b3178 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:31:10 +0000 Subject: [PATCH 248/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 52465815..ab0bcfef 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1924,6 +1924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c0b6586cb3be3fec752408577266be3e23a7eb01 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:31:36 +0000 Subject: [PATCH 249/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 52465815..ab0bcfef 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1924,6 +1924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7d61f0d1a2abc21f2307569345fd17f897a2ac92 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:34:36 +0000 Subject: [PATCH 250/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ab0bcfef..980286eb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1944,6 +1944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f5e4b18803d50944548dc3e860faeca4465dc014 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:34:49 +0000 Subject: [PATCH 251/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ab0bcfef..980286eb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1944,6 +1944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 96a771c29dc06abbe0c5345fd12f1aa16cd9b53e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:37:58 +0000 Subject: [PATCH 252/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 980286eb..41ecb0a0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1964,6 +1964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6b498c70670c613ff666b00f74bb4f219945ab32 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:38:15 +0000 Subject: [PATCH 253/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 980286eb..41ecb0a0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1964,6 +1964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c4e7e221741840859aa2869d629ae7a6fda28b5d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:40:36 +0000 Subject: [PATCH 254/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 41ecb0a0..83d2ba80 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1984,6 +1984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 71ce41e4e708a03b9ad7d309efd9b73d4bf79e92 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:41:24 +0000 Subject: [PATCH 255/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 41ecb0a0..83d2ba80 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -1984,6 +1984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f44cea3fa9354b91b639b2477f66f1cbfe3545ed Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:43:39 +0000 Subject: [PATCH 256/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 83d2ba80..6cb5a6f8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2004,6 +2004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a884eda6b7acb48ca79c2048d21f67a027233ec6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:44:34 +0000 Subject: [PATCH 257/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 83d2ba80..6cb5a6f8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2004,6 +2004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3aaddc0df0de24a1773f116ac46e98acdf929632 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:46:21 +0000 Subject: [PATCH 258/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6cb5a6f8..3dc6e909 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2024,6 +2024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4bd9ee509234f084a2d1bdb902fcfbec156b0a0e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:47:45 +0000 Subject: [PATCH 259/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6cb5a6f8..3dc6e909 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2024,6 +2024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2a534f53590670de2376eb6ded529f3cb069b342 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:49:01 +0000 Subject: [PATCH 260/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3dc6e909..b70001fb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2044,6 +2044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 608c5d10f4d9e9b07b41381086344dacaf70771a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:51:07 +0000 Subject: [PATCH 261/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3dc6e909..b70001fb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2044,6 +2044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5423cf46b0a370ff95452ea1575449e61f6e2d10 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:52:11 +0000 Subject: [PATCH 262/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b70001fb..00acc01e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2064,6 +2064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4fb12b946382732e06e9b6ba8516dbd1887ef59b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:54:24 +0000 Subject: [PATCH 263/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b70001fb..00acc01e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2064,6 +2064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c2d855aad924257582416511d3dfc4ff25729a0c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:55:36 +0000 Subject: [PATCH 264/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 00acc01e..2a4aba85 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2084,6 +2084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0df1a0507a64f291da521ba4203278f0b3fc2413 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:57:37 +0000 Subject: [PATCH 265/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 00acc01e..2a4aba85 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2084,6 +2084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 20e39d4e2aa01eb0829233ac3550a7973bb5c31f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 05:58:51 +0000 Subject: [PATCH 266/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2a4aba85..c7d20202 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2104,6 +2104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b36a9a9c13383e9e2978947adfa53ebee1d3e1ff Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:00:56 +0000 Subject: [PATCH 267/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2a4aba85..c7d20202 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2104,6 +2104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 86263cceb9ed4d52e6578ccb196093401a59f4c9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:02:01 +0000 Subject: [PATCH 268/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c7d20202..2b4d8b84 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2124,6 +2124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From caa0301a5ad2c7d88aaae0984120e2cb860229df Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:04:12 +0000 Subject: [PATCH 269/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c7d20202..2b4d8b84 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2124,6 +2124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5e2b8257c5e02bb8ee04a16c616a2be77b5be114 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:04:42 +0000 Subject: [PATCH 270/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2b4d8b84..60ea1ff6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2144,6 +2144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 86d20da9fdbb2de4d139dc7bd9929293a4835497 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:07:30 +0000 Subject: [PATCH 271/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2b4d8b84..60ea1ff6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2144,6 +2144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From dd92e140fe4969c364e263ad1d10e30136365be8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:07:34 +0000 Subject: [PATCH 272/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 60ea1ff6..604a51ce 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2164,6 +2164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8be07f3139f7046f100ecfc062792246f52998d4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:10:03 +0000 Subject: [PATCH 273/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 604a51ce..195d1eb1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2184,6 +2184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 34c7b6b1ed8030f5102616329b94ad15a0d40e63 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:10:53 +0000 Subject: [PATCH 274/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 604a51ce..195d1eb1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2184,6 +2184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 722fd00791eb70dadfa74358e3fd0ec133a33ad8 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:13:15 +0000 Subject: [PATCH 275/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 195d1eb1..a0a6efe2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2204,6 +2204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b17c5e06bd9e026dc4809ff2e7222f105560afc7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:13:28 +0000 Subject: [PATCH 276/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 195d1eb1..a0a6efe2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2204,6 +2204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9de530c6eb54fc6034e4da93830b3180da90780c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:16:31 +0000 Subject: [PATCH 277/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a0a6efe2..996dffa1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2224,6 +2224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3b9e7173656ea3b305ac563353c01b87092b1f4d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:16:39 +0000 Subject: [PATCH 278/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a0a6efe2..996dffa1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2224,6 +2224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9cedc8146dc39def13d2df1b077e1f74eb9af201 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:19:08 +0000 Subject: [PATCH 279/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 996dffa1..e5182755 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2244,6 +2244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b773d45435c94108dcf44349e6c799a60a7f10b3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:19:59 +0000 Subject: [PATCH 280/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 996dffa1..e5182755 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2244,6 +2244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 751fca4a10e398ef8f7d0b3f50f847def1af1775 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:22:24 +0000 Subject: [PATCH 281/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e5182755..8faabbbd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2264,6 +2264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c1c07999996ebd8b62c08f0a0c8aff8876771816 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:23:21 +0000 Subject: [PATCH 282/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e5182755..8faabbbd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2264,6 +2264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b3612c85baf0f1533481d45394ec9f0762b96550 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:25:43 +0000 Subject: [PATCH 283/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8faabbbd..ce692371 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2284,6 +2284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From eb41a9c56a8217c820037bf2437a2d830f81754b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:26:36 +0000 Subject: [PATCH 284/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8faabbbd..ce692371 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2284,6 +2284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6d81e4604602ee98025251388f2cc0d7cf97e9ec Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:29:05 +0000 Subject: [PATCH 285/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce692371..ac14d161 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2304,6 +2304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0be1f5ed6bcb2d702cb99f3d5bbe57705bf04c56 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:29:07 +0000 Subject: [PATCH 286/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce692371..ac14d161 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2304,6 +2304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b2f47774e43c2fe1a19757b43422603616b13354 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:32:14 +0000 Subject: [PATCH 287/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ac14d161..e00f42e2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2324,6 +2324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 92cf8325cd9815cd8510c80048adb861093ef6fc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:34:50 +0000 Subject: [PATCH 288/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e00f42e2..dc3322eb 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2344,6 +2344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 71a25e31de633bf5abb642c58cc0e9be64079d17 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:38:11 +0000 Subject: [PATCH 289/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index dc3322eb..6e1702af 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2364,6 +2364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From deb5da0f2f8bbdd2dfab08faec0e23450fce8986 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:41:21 +0000 Subject: [PATCH 290/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6e1702af..ab8ae47c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2384,6 +2384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5e8f1ed7399ef9b180600a34fee6ef6881b23a8b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:44:33 +0000 Subject: [PATCH 291/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ab8ae47c..32d2034f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2404,6 +2404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0a1e4c2e82cd94deb5664febc9b381d4015333a4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:47:52 +0000 Subject: [PATCH 292/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 32d2034f..c1ce35fe 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2424,6 +2424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 82f0b9c82e30283af75a52b23aea2b423f82025a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:51:18 +0000 Subject: [PATCH 293/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c1ce35fe..db6ca15f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2444,6 +2444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 049cfe7944682db73552e801c80be59daf14182c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:54:40 +0000 Subject: [PATCH 294/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index db6ca15f..779cc8d1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2464,6 +2464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 77933dc204205d67b04cf5c3314aa336de02aee5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 06:57:19 +0000 Subject: [PATCH 295/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 779cc8d1..48689f93 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2484,6 +2484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f000249c17a12193c9372be1fff54cd5bb045ea3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:00:30 +0000 Subject: [PATCH 296/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 48689f93..86b16519 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2504,6 +2504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2a7ff96f07452beba4d46aa82e0351ae250db510 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:03:46 +0000 Subject: [PATCH 297/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 86b16519..30f267ff 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2524,6 +2524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e4aa2eb00b5f6db73c6737e074b2d068e2caf12c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:06:44 +0000 Subject: [PATCH 298/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 30f267ff..b2e9b7fd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2544,6 +2544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2ddad9c0c5aad52775854246b029e2285b1fcce0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:10:12 +0000 Subject: [PATCH 299/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b2e9b7fd..fbea17b6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2564,6 +2564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 60a6873541a0396e599ca26f1a585ef1c25748a7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:13:27 +0000 Subject: [PATCH 300/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index fbea17b6..842bafc5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2584,6 +2584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f0d1bef5d0c5d4ff0779cbe6b60c89d787e44895 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:16:11 +0000 Subject: [PATCH 301/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 842bafc5..f39ce06c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2604,6 +2604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6e7589edf97a3a682f27aabb9514644569781298 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:18:48 +0000 Subject: [PATCH 302/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f39ce06c..f0ba4134 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2624,6 +2624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a4782c743a50e255af544d17e1b97d4fb321f442 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:22:15 +0000 Subject: [PATCH 303/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f0ba4134..d423da59 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2644,6 +2644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d3580158bcf8d10b91b25783403db944a4fa8ea3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:24:51 +0000 Subject: [PATCH 304/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d423da59..5a664f21 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2664,6 +2664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0a527c0f82f916e695c952902bf84d706940aa90 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:28:15 +0000 Subject: [PATCH 305/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5a664f21..2d1454da 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2684,6 +2684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 91fb0aad03b37f7e250a750f5172bf4548cb76ea Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:31:37 +0000 Subject: [PATCH 306/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2d1454da..75f6f56c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2704,6 +2704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 90b542b8fe391aece0ef64fee049af2a355ef679 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:34:54 +0000 Subject: [PATCH 307/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 75f6f56c..2d3f854e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2724,6 +2724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6adf6919b54e1c2033891b8a9da9fbba135fa876 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:37:52 +0000 Subject: [PATCH 308/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 2d3f854e..07382fef 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2744,6 +2744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 47573d56a55b2123a33d9267ef6444e90a290892 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:40:59 +0000 Subject: [PATCH 309/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 07382fef..01ba67a0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2764,6 +2764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 459cbf37e889314062908e5280be208069fee064 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:44:19 +0000 Subject: [PATCH 310/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 01ba67a0..16aac434 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2784,6 +2784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b7014d63f561cdda67502f6fab2a02f36f3922c7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:48:11 +0000 Subject: [PATCH 311/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 16aac434..017a1d2e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2804,6 +2804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d968937e9d8721f85515ca814d14e2fbddbf7514 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:51:09 +0000 Subject: [PATCH 312/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 017a1d2e..a510edac 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2824,6 +2824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 38e317afe06bf5204aa806e868df433899183d15 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:54:27 +0000 Subject: [PATCH 313/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a510edac..7b63fc9a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2844,6 +2844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e6bfb373aba11ad4785418485f46d6cadd839244 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 07:57:07 +0000 Subject: [PATCH 314/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7b63fc9a..19dee730 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2864,6 +2864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 244ff99ae933c5bd710044269fff21a0bccc5277 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:00:14 +0000 Subject: [PATCH 315/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 19dee730..40c43f22 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2884,6 +2884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1ba4f71ad014c6ee24c89506fd4ac188bc2dfe70 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:03:54 +0000 Subject: [PATCH 316/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 40c43f22..1235385a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2904,6 +2904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 99384fa9083f548cfba3ff90b80f3f065d5bfb6c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:07:00 +0000 Subject: [PATCH 317/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1235385a..53ae6a94 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2924,6 +2924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a2b47c3ae6790a399567ea32b5610ad65e343951 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:09:39 +0000 Subject: [PATCH 318/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 53ae6a94..01babcf4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2944,6 +2944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c1483c91e13b16c4fcb2de7dbafeab9e358636ef Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:13:06 +0000 Subject: [PATCH 319/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 01babcf4..58ca722f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2964,6 +2964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 44fd765522af6b352f97a7d962f884d46e97e658 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:16:17 +0000 Subject: [PATCH 320/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 58ca722f..8c51c153 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -2984,6 +2984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 99b8d63a1d022711ec4677d065b23cecc8a336bf Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:19:41 +0000 Subject: [PATCH 321/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8c51c153..4dbdbdfe 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3004,6 +3004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 058a150c0c5a63cb1165175813b2bf5c60365215 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:22:54 +0000 Subject: [PATCH 322/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4dbdbdfe..55cf03d2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3024,6 +3024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7e1f6e0f05ed91197397aa62d31eeb519d4ebe1d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:26:02 +0000 Subject: [PATCH 323/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 55cf03d2..a0753b53 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3044,6 +3044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 99be697e9bffb5f1434e180d0aae94a7de54755d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:28:41 +0000 Subject: [PATCH 324/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a0753b53..56e7d49c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3064,6 +3064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5424a98845c2bcffe0127e52e352ef6e2f7449eb Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:31:49 +0000 Subject: [PATCH 325/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 56e7d49c..13a5511c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3084,6 +3084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From f9c04366d7a54a1ca3e4469bb4384c6c87df6497 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:35:04 +0000 Subject: [PATCH 326/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 13a5511c..744adbec 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3104,6 +3104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 82fbf0da7ac164c6a4393e9f86e4a7de0952f8ed Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:39:05 +0000 Subject: [PATCH 327/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 744adbec..a30436f4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3124,6 +3124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2f4504d64cc9031523f1a10059516e43ce7a935b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:42:24 +0000 Subject: [PATCH 328/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index a30436f4..d7267217 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3144,6 +3144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 96334f86848353e5bdbd10b7ed3a1d3120d4eea5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:45:03 +0000 Subject: [PATCH 329/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d7267217..ed95e98b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3164,6 +3164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From da9527848eabd517bbc44ccf2eedb8f4e15d1195 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:48:21 +0000 Subject: [PATCH 330/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ed95e98b..6be5d42a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3184,6 +3184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 74d92200613be115dc0369396152bd7bcb25566e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:51:47 +0000 Subject: [PATCH 331/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6be5d42a..1b9eb473 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3204,6 +3204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 74efa0df4ffe9b4179246ec57d26ac7edc310a65 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:54:55 +0000 Subject: [PATCH 332/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1b9eb473..d605a90e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3224,6 +3224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d4d770845368d0d83a6213ab2a38b04cef456e26 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 08:58:22 +0000 Subject: [PATCH 333/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d605a90e..071efd88 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3244,6 +3244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5924631bee0e8eec0a25414f1871134ac8023dd9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:01:46 +0000 Subject: [PATCH 334/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 071efd88..e8e213c5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3264,6 +3264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From aa7d774bd1d2e2f9f21c4dcb877555f5820cf398 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:04:29 +0000 Subject: [PATCH 335/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e8e213c5..6691494e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3284,6 +3284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 569f38f638f89295b2cdc6720d41e0236c626c37 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:07:32 +0000 Subject: [PATCH 336/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6691494e..6d2cb561 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3304,6 +3304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8ef4293f8f9f7fdb94b18e30ce36d3678fce7171 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:10:45 +0000 Subject: [PATCH 337/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6d2cb561..ba2002b5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3324,6 +3324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From bddfa6cbc88e195144b01c3767b46716e1fc4eaa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:13:48 +0000 Subject: [PATCH 338/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ba2002b5..15c86fb7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3344,6 +3344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4d02980018dc8f833292f5bb1e11f62478843fdf Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:17:00 +0000 Subject: [PATCH 339/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 15c86fb7..e0cb2754 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3364,6 +3364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 35445fb0d67aaf797466bad24111d747ae0f05c3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:20:17 +0000 Subject: [PATCH 340/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e0cb2754..d151016e 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3384,6 +3384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 46313d91a706fa82520a34bafbcd553102477ddf Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:23:46 +0000 Subject: [PATCH 341/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d151016e..0a8e4bdd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3404,6 +3404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 59929341fb03379647a5b09e1e0c9f5b0624b077 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:27:07 +0000 Subject: [PATCH 342/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0a8e4bdd..d6514141 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3424,6 +3424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ce66c9eed296de6d1f0d07613618433a8f669114 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:30:17 +0000 Subject: [PATCH 343/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d6514141..0947b5f6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3444,6 +3444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 56e3965f1b7304e88a28e37ab398209a402b72f6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:33:29 +0000 Subject: [PATCH 344/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0947b5f6..923dca95 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3464,6 +3464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 29411aa4f801638ed384b6c6d1522d6f9ead5b1e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:36:43 +0000 Subject: [PATCH 345/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 923dca95..525e4596 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3484,6 +3484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 05bee198621c2d59b3fd3d968a757b0ce0d9f367 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:39:45 +0000 Subject: [PATCH 346/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 525e4596..1e2ee3ec 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3504,6 +3504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 47011c9b5e1c17835f183b64391164066526a538 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:42:47 +0000 Subject: [PATCH 347/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1e2ee3ec..743e7400 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3524,6 +3524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 83274d03fe4406e60b8ae19ca0a024e3b9f4e4d2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:45:20 +0000 Subject: [PATCH 348/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 743e7400..ef259cef 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3544,6 +3544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 733a5631de6a2b82251cff996c65298800131c11 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:47:53 +0000 Subject: [PATCH 349/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ef259cef..f2f17b00 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3564,6 +3564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2234e93c71befaf02311a040e4ed7499eac51282 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:51:02 +0000 Subject: [PATCH 350/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f2f17b00..43ff1be9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3584,6 +3584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d5c3b6bf25b3f6d98dbe0ef2eb68a979afcd8ca0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:54:28 +0000 Subject: [PATCH 351/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 43ff1be9..6c0b052c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3604,6 +3604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2926f8e60dd82e9c3c128e658e43fd9a928c392e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 09:57:57 +0000 Subject: [PATCH 352/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6c0b052c..6d88c07b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3624,6 +3624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0aa89dae84dce3ac93e8ea5b8b2209aff0471fab Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:00:42 +0000 Subject: [PATCH 353/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6d88c07b..f2c91246 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3644,6 +3644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 870d8f1bf723b93e472a9093d7a5cbead0b62b39 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:03:29 +0000 Subject: [PATCH 354/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f2c91246..553a1f32 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3664,6 +3664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3584fe62373c99c733bda5026acdca3c2b3069ff Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:06:00 +0000 Subject: [PATCH 355/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 553a1f32..04df73f6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3684,6 +3684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e7f9d09b15f3767e7a5fa350c99a05d5a01649c4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:09:12 +0000 Subject: [PATCH 356/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 04df73f6..1f12f8c9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3704,6 +3704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8ca43a328b1c60576b6c1229d17df18c84f7cfe3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:12:30 +0000 Subject: [PATCH 357/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 1f12f8c9..c0c7f5f5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3724,6 +3724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 17445623f109a0e8fbb5688860935ea140731c8d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:15:02 +0000 Subject: [PATCH 358/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c0c7f5f5..ab02c60c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3744,6 +3744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 800dde36f2dac1f115211ad15eef679f4454e243 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:17:37 +0000 Subject: [PATCH 359/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ab02c60c..227f3d41 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3764,6 +3764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 377e68227364d16eb64f1308c032f76879fa9a1e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:21:03 +0000 Subject: [PATCH 360/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 227f3d41..7c2481e5 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3784,6 +3784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0a124defe5193fd039ae13920e6d8ed4a2e55399 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:24:15 +0000 Subject: [PATCH 361/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7c2481e5..b59a4ec0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3804,6 +3804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 9db0ace4013ff4f0e0b7ad3c5a9ae2ee567c58f5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:27:09 +0000 Subject: [PATCH 362/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b59a4ec0..b284b680 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3824,6 +3824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a7d20c48bc1937a1ff96ae41f537cc0cf96dd5ed Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:30:26 +0000 Subject: [PATCH 363/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b284b680..c5f0c5af 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3844,6 +3844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 334bc5a74e48f6d841c0f941b9e4dfb4fcb9552a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:33:09 +0000 Subject: [PATCH 364/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c5f0c5af..5fb4d433 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3864,6 +3864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 62687279367dd90e8ee73d0d0fda2937dfacde3a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:36:41 +0000 Subject: [PATCH 365/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 5fb4d433..c1f21fda 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3884,6 +3884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a2dca23495c7ec3051607960c46491263b3d95ee Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:39:50 +0000 Subject: [PATCH 366/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c1f21fda..ce0a0839 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3904,6 +3904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 86e9dfd2de830d77ee0f6c190eb2a8b204a7e68a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:43:07 +0000 Subject: [PATCH 367/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ce0a0839..946d710d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3924,6 +3924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0f7f24846f262582dbea443187c513d9de31472a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:45:45 +0000 Subject: [PATCH 368/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 946d710d..114a6907 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3944,6 +3944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 089ca2c5d72e26dea569e26237ead101e522f3af Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:48:52 +0000 Subject: [PATCH 369/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 114a6907..c9a3bfd9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3964,6 +3964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e9fa9770f9f6e2285215d202be0b316a8635fdf6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:52:44 +0000 Subject: [PATCH 370/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c9a3bfd9..3c61b7d6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -3984,6 +3984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 99d547373f154f8a9bcc5352fb527a70783f9fda Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:55:59 +0000 Subject: [PATCH 371/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3c61b7d6..fbd786c7 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4004,6 +4004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1050f2822dd502c24b9769afaa6ae78b6a3a6736 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 10:59:11 +0000 Subject: [PATCH 372/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index fbd786c7..107a31e0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4024,6 +4024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 528cb03cef6b9a799cc47c98aaa4edc7db6619e3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:02:22 +0000 Subject: [PATCH 373/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 107a31e0..096660ae 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4044,6 +4044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 925c0a3b0e46565db8cbc80c26059b4a8b05cc6f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:05:42 +0000 Subject: [PATCH 374/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 096660ae..ccf27d8c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4064,6 +4064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b485f45ce94cd6f20d3543c01bd8e758d0cfe7d5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:08:49 +0000 Subject: [PATCH 375/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ccf27d8c..265f28c6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4084,6 +4084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d8a9f180439ce8731933726484bb8ccf1560a91f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:11:37 +0000 Subject: [PATCH 376/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 265f28c6..21a17568 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4104,6 +4104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 45be5e5c86fea79e2b84d3fa1d37dbe289293eac Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:14:58 +0000 Subject: [PATCH 377/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 21a17568..3541b301 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4124,6 +4124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 52986663f12ac6168086745347a4722e81699e6e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:18:21 +0000 Subject: [PATCH 378/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 3541b301..e1e5b9ab 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4144,6 +4144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7ee0c7d97e30b4134175af2aa5087d0357eac673 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:21:35 +0000 Subject: [PATCH 379/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e1e5b9ab..e052bf8b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4164,6 +4164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 238a241a111b330f0d8c5f632bbdc645b41e905c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:24:56 +0000 Subject: [PATCH 380/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e052bf8b..62933379 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4184,6 +4184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4b420b87519997393df3e02eeb49cb7a699d0fc7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:27:36 +0000 Subject: [PATCH 381/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 62933379..c12e8342 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4204,6 +4204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1e4abaccb6cb2ff71f0adacaa0e3366ff359713a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:31:00 +0000 Subject: [PATCH 382/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c12e8342..db2edb21 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4224,6 +4224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From a3e523fb54667c2c6d4623d3d36b596c7a2ad4bd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:34:27 +0000 Subject: [PATCH 383/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index db2edb21..e5e4b9a6 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4244,6 +4244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1733f744411a8b0acfdf45b5bc63420e6da2c32c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:37:53 +0000 Subject: [PATCH 384/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e5e4b9a6..e6762984 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4264,6 +4264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fc88681d58230f040138e1cf76328af73f2d3dd5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:41:07 +0000 Subject: [PATCH 385/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index e6762984..20db2b3c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4284,6 +4284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2f513b874b2d6e6db95b572c7e34513f36c8ee28 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:44:50 +0000 Subject: [PATCH 386/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 20db2b3c..c24d82ed 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4304,6 +4304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From b1b0d83e402524562cb7a4117109151bf65d60fe Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:48:13 +0000 Subject: [PATCH 387/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c24d82ed..c0b3fa8d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4324,6 +4324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 80d8653b5b5582720861252f81a4319b39846d95 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:51:22 +0000 Subject: [PATCH 388/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c0b3fa8d..4d942dbc 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4344,6 +4344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6a9b7ac31b64cfdcf5aa7cd0ffa7de56b65af773 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:54:35 +0000 Subject: [PATCH 389/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4d942dbc..c993fe3d 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4364,6 +4364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2af5265fa210ec963de740582856d53d11e92b3a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 11:57:59 +0000 Subject: [PATCH 390/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c993fe3d..d916e318 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4384,6 +4384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 7f0dfc7820ce13118eca541291479923a11589c2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:01:20 +0000 Subject: [PATCH 391/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d916e318..f882e439 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4404,6 +4404,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c28150efd9c5b91ae135dab0d512656d3689781f Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:05:08 +0000 Subject: [PATCH 392/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f882e439..d87d0fb9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4424,6 +4424,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 705ed541a81ef423c9b728e660d1e549a731e66e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:07:46 +0000 Subject: [PATCH 393/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d87d0fb9..8cd8c8a0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4444,6 +4444,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5b395033f86ba8ed400fdb32c7fa9447e11c0665 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:10:20 +0000 Subject: [PATCH 394/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8cd8c8a0..95fbe6ae 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4464,6 +4464,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d84cf4171a95d64974185f58b91697c8f9736b18 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:13:50 +0000 Subject: [PATCH 395/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 95fbe6ae..453d3719 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4484,6 +4484,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 5c2805120ee074c9e437d09e67e27aa54ad0253a Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:16:34 +0000 Subject: [PATCH 396/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 453d3719..6bbb3864 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4504,6 +4504,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0ffb1baef0093e311cab08f1db8e93fae6632e00 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:19:58 +0000 Subject: [PATCH 397/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6bbb3864..8805662b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4524,6 +4524,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 95527dd7bee1d91a01a70dd3c6c586b9fc65ce2d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:23:09 +0000 Subject: [PATCH 398/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 8805662b..10705967 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4544,6 +4544,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 689d503abb3e5a01d481a92845247be7aef0d0de Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:26:38 +0000 Subject: [PATCH 399/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 10705967..73e9a156 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4564,6 +4564,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From def29b0000183d2cf26eaa49c2e60ca32ebcf3e5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:29:54 +0000 Subject: [PATCH 400/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 73e9a156..02e3660c 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4584,6 +4584,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0bd0b4a61ebf8f2d39137b6df7baa6a9ec366319 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:32:45 +0000 Subject: [PATCH 401/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 02e3660c..198085de 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4604,6 +4604,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 809dcc9bc129428d42cb390829c4fbca53a4452e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:36:14 +0000 Subject: [PATCH 402/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 198085de..33357bbf 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4624,6 +4624,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c0e6258fab0e741760b761982ff347b0e8000796 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:39:35 +0000 Subject: [PATCH 403/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 33357bbf..32dd97c2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4644,6 +4644,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From efbf3b6a891912c1a56829b6c0b66d9f0785b8d6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:42:16 +0000 Subject: [PATCH 404/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 32dd97c2..69553cd2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4664,6 +4664,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 098cddccc77f993729d21ce427ee6a12bb4b5a34 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:45:42 +0000 Subject: [PATCH 405/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 69553cd2..4d5d8135 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4684,6 +4684,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 82627aee78a00b8c84a8dcf87401d8747e696295 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:48:54 +0000 Subject: [PATCH 406/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4d5d8135..adfbc4fd 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4704,6 +4704,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6783be7bfd55d353dceaff6f4f07bfe0230b33dd Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:52:10 +0000 Subject: [PATCH 407/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index adfbc4fd..59e7faa8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4724,6 +4724,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From c2b01c178f40b11bde9d3e86cba3a66a99a642d3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:55:42 +0000 Subject: [PATCH 408/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 59e7faa8..27024b19 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4744,6 +4744,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 1c0cb27823c3e49a36d1d154b6c8a446852d7478 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 12:58:54 +0000 Subject: [PATCH 409/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 27024b19..575d863a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4764,6 +4764,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From cab90cc90432c799850f21c57a66c72512855a31 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:02:17 +0000 Subject: [PATCH 410/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 575d863a..b6d37af4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4784,6 +4784,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 870e97f88871e78e198ada28a4a092108a758544 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:05:39 +0000 Subject: [PATCH 411/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b6d37af4..d651560f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4804,6 +4804,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 37bf474e7c42f8ac54ea7a9ed844247808c9f7f5 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:09:01 +0000 Subject: [PATCH 412/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index d651560f..515965c0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4824,6 +4824,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3548834f0917f56ea40866263310decc3f8bd2fa Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:12:36 +0000 Subject: [PATCH 413/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 515965c0..c8654723 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4844,6 +4844,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0d08a610582ac6844564a0cd97449a93b1e2e5cc Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:16:07 +0000 Subject: [PATCH 414/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index c8654723..b147bb17 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4864,6 +4864,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 05524d894bfe074108741b3485f287c6002c82f1 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:19:28 +0000 Subject: [PATCH 415/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index b147bb17..f524718a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4884,6 +4884,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From bde27f53fb68920e066382dc52918b40e1d6c812 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:22:40 +0000 Subject: [PATCH 416/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f524718a..0bf09bc0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4904,6 +4904,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 20d39d9f40c1c856e72ed3d4ade0041e824066e7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:26:09 +0000 Subject: [PATCH 417/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0bf09bc0..4b9b3f6b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4924,6 +4924,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6817dae238ed410b8588e41eb0c1206c58c95ba2 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:28:52 +0000 Subject: [PATCH 418/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 4b9b3f6b..14955d5b 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4944,6 +4944,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 0cb1836f0da726bd1f44cc33e1a23812510c3b5d Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:31:49 +0000 Subject: [PATCH 419/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 14955d5b..214769a2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4964,6 +4964,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 2d48364f07ae9e3df87ee16ef415a49458706486 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:35:09 +0000 Subject: [PATCH 420/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 214769a2..f87ffb5f 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -4984,6 +4984,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From d59660fd67112d71f3d0f2876b99861a8230bd6b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:38:33 +0000 Subject: [PATCH 421/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f87ffb5f..58b26af2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5004,6 +5004,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 3e91653b8e3943d0906ac8583e21d6092e19b196 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:41:22 +0000 Subject: [PATCH 422/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 58b26af2..7a1c94f4 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5024,6 +5024,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 72add0d4d1d300ca69f8a043b56a8bea584d1cc3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:45:12 +0000 Subject: [PATCH 423/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 7a1c94f4..caba3d47 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5044,6 +5044,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6a4a0d41f27ecdcd59248330e21e0f9e5b80bf75 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:48:02 +0000 Subject: [PATCH 424/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index caba3d47..f29ee6a9 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5064,6 +5064,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 49c2d7fd4c0c9887b6a1ab418f94b043db5c7435 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:50:48 +0000 Subject: [PATCH 425/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f29ee6a9..ea25e9b0 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5084,6 +5084,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 02f30e1c5342b9e2f565e751a8316a7bf43cf29c Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:54:12 +0000 Subject: [PATCH 426/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ea25e9b0..9cf5df8a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5104,6 +5104,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From e6ddd543f5f06cd314affa7a1c3fc71d9a2cb9c7 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 13:56:58 +0000 Subject: [PATCH 427/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 9cf5df8a..99442282 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5124,6 +5124,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From bcbc06828d1f417f9ddb1f7070f313dd424b8ede Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:00:49 +0000 Subject: [PATCH 428/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 99442282..ed0a96fc 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5144,6 +5144,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 8d97b92b935e741fc2a2774f82c0c2c68550e900 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:04:06 +0000 Subject: [PATCH 429/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ed0a96fc..ad0825aa 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5164,6 +5164,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6b86a014c7dcf16a4ed19308493bad293748f06b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:07:35 +0000 Subject: [PATCH 430/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ad0825aa..f1dd5251 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5184,6 +5184,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From eb292130b767f9d094daa6bb67c8abe9dccef42b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:10:45 +0000 Subject: [PATCH 431/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index f1dd5251..bc5c1e73 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5204,6 +5204,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 83370e3e82f6be63e91dc614d3ba8bae89e8565b Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:13:28 +0000 Subject: [PATCH 432/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index bc5c1e73..af37fe84 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5224,6 +5224,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 76a3d3e78a5fe0787c11798355c75f853360ae28 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:16:39 +0000 Subject: [PATCH 433/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index af37fe84..20849963 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5244,6 +5244,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 6836509a44bb99a596bb2134375a7b83f06e32d9 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:20:08 +0000 Subject: [PATCH 434/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 20849963..80a10773 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5264,6 +5264,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From ebb5fef1179c32109a8985ce48a7b61857f5c9a0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:23:54 +0000 Subject: [PATCH 435/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 80a10773..567c17e8 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5284,6 +5284,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 317f35ef620eec0be15c1260aaef7a7ee3ade329 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:27:23 +0000 Subject: [PATCH 436/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 567c17e8..6960f31a 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5304,6 +5304,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 4cf0dbe5fa5fab0ba78d0bc5037fd2a8035c90be Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:30:46 +0000 Subject: [PATCH 437/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 6960f31a..81bf46cf 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5324,6 +5324,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 75bf03ddf8b0d309ef67dfdde5ccbea5ab4156e4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:34:11 +0000 Subject: [PATCH 438/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 81bf46cf..ad575cd2 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5344,6 +5344,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From 047d3a28e6fb759397861e1414784fa75704812e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:37:45 +0000 Subject: [PATCH 439/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index ad575cd2..0bbc22a1 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5364,6 +5364,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py From fb1265c38b0914ede9506a27d61f2b30b89295d4 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Tue, 25 Nov 2025 14:40:57 +0000 Subject: [PATCH 440/440] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot?= =?UTF-8?q?=20post-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .kokoro/common.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.kokoro/common.cfg b/.kokoro/common.cfg index 0bbc22a1..074f3073 100644 --- a/.kokoro/common.cfg +++ b/.kokoro/common.cfg @@ -5384,6 +5384,26 @@ env_vars: { +############################################# +# this section merged from .kokoro/common_env_vars.cfg using owlbot.py + +env_vars: { + key: "PRODUCT_AREA_LABEL" + value: "observability" +} +env_vars: { + key: "PRODUCT_LABEL" + value: "logging" +} +env_vars: { + key: "LANGUAGE_LABEL" + value: "nodejs" +} + +################################################### + + + ############################################# # this section merged from .kokoro/common_env_vars.cfg using owlbot.py