From 10349f19d6f5b5e5766e094cae52461f53bd6302 Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Fri, 26 Apr 2024 12:58:41 -0400 Subject: [PATCH] chore: Fix template exclusion list --- owlbot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/owlbot.py b/owlbot.py index 48a492fe9..d8337b716 100644 --- a/owlbot.py +++ b/owlbot.py @@ -27,8 +27,7 @@ "samples/install-without-bom/*", ".github/workflows/samples.yaml", '.kokoro/requirements.in', - '.kokoro/requirements.txt' - ".github/CODEOWNERS" + '.kokoro/requirements.txt', ".github/CODEOWNERS", ".kokoro/presubmit/graalvm-native.cfg", ".kokoro/presubmit/graalvm-native-17.cfg"