From 39f4c2a95646f6ae217920d7a5ee848acd101ef4 Mon Sep 17 00:00:00 2001 From: sofisl <55454395+sofisl@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:04:39 -0400 Subject: [PATCH] Update owlbot.py --- owlbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/owlbot.py b/owlbot.py index 07331d6..f893815 100644 --- a/owlbot.py +++ b/owlbot.py @@ -20,6 +20,6 @@ common_templates = gcp.CommonTemplates() templates = common_templates.node_library() -s.copy(templates) +s.copy(templates, excludes=[".github/ISSUE_TEMPLATE", ".github/workflows/issues-no-repro.yaml", ".github/scripts/close-invalid-link.cjs") node.fix()