This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new 49764d88a40 [Chore](check) ignore license check on .github (#25323)
(#26051)
49764d88a40 is described below
commit 49764d88a405d884954b855943268e0a1eb9a547
Author: Kang <[email protected]>
AuthorDate: Sat Oct 28 15:40:56 2023 +0800
[Chore](check) ignore license check on .github (#25323) (#26051)
Co-authored-by: Pxl <[email protected]>
---
.licenserc.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 0a3f0b08e84..1aa1f270284 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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]