From d8c3c1936c574d74db4b097fb70aea054ddd317a Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Thu, 28 Oct 2021 13:44:37 -0400 Subject: [PATCH] Add some exclude rules for the todo bot --- .github/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/config.yml b/.github/config.yml index 2fd28336c224ad..8b14c65ebeab12 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -5,3 +5,4 @@ todo: autoAssign: true # string|string[]|boolean label: ["todo"] # boolean|string|string[] reopenClosed: true # boolean + exclude: ".*lint\.yaml|.*/(zzz-generated|zap-generated)/.*" # string