From f96d61d9165d824f770a648d950eb470387336ee Mon Sep 17 00:00:00 2001 From: Benjamin Elder Date: Tue, 4 Oct 2022 16:52:27 -0700 Subject: [PATCH] remove BUILD files from publishing bot rules bazel has been removed since 1.21, the rules only go back to 1.22 TODO: remove Gopkg.toml rule as well ...? --- staging/publishing/rules.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/staging/publishing/rules.yaml b/staging/publishing/rules.yaml index d835d4661ea..39100441684 100644 --- a/staging/publishing/rules.yaml +++ b/staging/publishing/rules.yaml @@ -1991,10 +1991,6 @@ rules: dir: staging/src/k8s.io/pod-security-admission library: true recursive-delete-patterns: -- BUILD -- '*/BUILD' -- BUILD.bazel -- '*/BUILD.bazel' - Gopkg.toml - '*/.gitattributes' default-go-version: 1.19.1