You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/03/09 07:10:36 UTC

[iotdb] branch skywalking_eye created (now 21bbb2f)

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

haonan pushed a change to branch skywalking_eye
in repository https://gitbox.apache.org/repos/asf/iotdb.git.


      at 21bbb2f  try apache skyworking eye

This branch includes the following new commits:

     new 21bbb2f  try apache skyworking eye

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: try apache skyworking eye

Posted by ha...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch skywalking_eye
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 21bbb2f4a7a1ed8eafb6958f87e058b91d3ac439
Author: HTHou <hh...@outlook.com>
AuthorDate: Wed Mar 9 15:09:45 2022 +0800

    try apache skyworking eye
---
 .github/workflows/license-eyes.yml | 35 +++++++++++++++++++++++++++++++++++
 .licenserc.yaml                    | 13 +++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/.github/workflows/license-eyes.yml b/.github/workflows/license-eyes.yml
new file mode 100644
index 0000000..fce39bd
--- /dev/null
+++ b/.github/workflows/license-eyes.yml
@@ -0,0 +1,35 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+---
+name: License Check
+on:
+  pull_request:
+  push:
+    branches:
+      - master
+jobs:
+  license-check:
+    name: "License Check"
+    runs-on: ubuntu-latest
+    steps:
+      - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
+        uses: actions/checkout@v2
+      - name: Check License
+        uses: apache/skywalking-eyes@v0.2.0
+        env:
+          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
\ No newline at end of file
diff --git a/.licenserc.yaml b/.licenserc.yaml
new file mode 100644
index 0000000..133a711
--- /dev/null
+++ b/.licenserc.yaml
@@ -0,0 +1,13 @@
+header:
+  license:
+    spdx-id: Apache-2.0
+    copyright-owner: Apache Software Foundation
+
+  paths-ignore:
+    - 'dist'
+    - 'licenses'
+    - '**/*.md'
+    - 'LICENSE'
+    - 'NOTICE'
+
+  comment: on-failure
\ No newline at end of file