From 0952a805cf20f8980a38f62a9e8453b3847a6819 Mon Sep 17 00:00:00 2001 From: BiteTheDDDDt Date: Wed, 11 Oct 2023 19:21:15 +0800 Subject: [PATCH] ignore license check on .github --- .licenserc.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 70afb9ca12d41d..79f16ef2db747c 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -18,6 +18,7 @@ header: - ".gitmodules" - ".licenserc.yaml" - ".rat-excludes" + - ".github/**" - "be/src/common/status.cpp" - "be/src/common/status.h" - "be/src/env/env.h"