From 35194c12abd5f911fd9876f55dc1a24feae9893c Mon Sep 17 00:00:00 2001 From: Zhiguo Wu Date: Fri, 13 Sep 2024 14:03:46 +0800 Subject: [PATCH] skip license check for submodules --- .licenserc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index f436ea47..d2ad311f 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -21,6 +21,8 @@ header: copyright-owner: Apache Software Foundation paths-ignore: + - '.gitmodules' + - '.github/actions' - '**/.idea/' - '**/*.iml' - '**/target/**'