From 360af4072727e679490bde971e9604dfe8129134 Mon Sep 17 00:00:00 2001 From: catpineapple Date: Wed, 30 Oct 2024 14:55:03 +0800 Subject: [PATCH] [actions]add license check (#278) --- .github/workflows/license-eyes.yml | 35 ++++++++++++++++++++++++++++++ .licenserc.yaml | 1 - 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 .github/workflows/license-eyes.yml diff --git a/.github/workflows/license-eyes.yml b/.github/workflows/license-eyes.yml new file mode 100644 index 00000000..422d2827 --- /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_target: + push: + branches: + - master +jobs: + license-check: + name: "License Check" + runs-on: ubuntu-latest + steps: + - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )" + uses: actions/checkout@v3 + - 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 index 29dd329b..84192b9c 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -4,7 +4,6 @@ header: copyright-owner: Apache Software Foundation paths-ignore: - - '.git' - '.licenserc.yaml' - '.gitignore' - 'dist'