This is an automated email from the ASF dual-hosted git repository.

junchao pushed a commit to branch apache_check
in repository https://gitbox.apache.org/repos/asf/incubator-resilientdb.git


The following commit(s) were added to refs/heads/apache_check by this push:
     new 51fce572 add workflow
51fce572 is described below

commit 51fce5721ac9eec369100fc2e8b0fb16272d762e
Author: Ubuntu <[email protected]>
AuthorDate: Sat May 4 13:17:21 2024 +0000

    add workflow
---
 .github/workflows/license.yml |  2 ++
 licenserc.yaml                | 14 ++++++++++++++
 2 files changed, 16 insertions(+)

diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index f8f5be7e..fa6097af 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -10,3 +10,5 @@ jobs:
     steps:
       - name: Check License Header
         uses: apache/skywalking-eyes/header@main
+        with:
+          config: licenserc.yaml
diff --git a/licenserc.yaml b/licenserc.yaml
new file mode 100644
index 00000000..9b1a2fce
--- /dev/null
+++ b/licenserc.yaml
@@ -0,0 +1,14 @@
+header:
+  license:
+    spdx-id: Apache-2.0
+    copyright-owner: Apache Software Foundation
+
+  paths-ignore:
+    - 'dist'
+    - 'licenses'
+    - '**/*.md'
+    - 'LICENSE'
+    - 'NOTICE'
+
+  comment: on-failure
+

Reply via email to