Skip to content

Commit

Permalink
Remove unused path in .licenserc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanwenjun committed May 17, 2024
1 parent 61915a2 commit 6621dc6
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 13 deletions.
39 changes: 39 additions & 0 deletions .github/workflows/license.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#
# 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

on:
push:
pull_request:
branches:
- dev
paths-ignore:
- '**/*.md'

concurrency:
group: lc-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check-license:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- name: Check License Header
uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
18 changes: 5 additions & 13 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ header:
copyright-owner: Apache Software Foundation

paths-ignore:
- dist
- NOTICE
- LICENSE
- DISCLAIMER
- dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/ScriptRunner.java
- dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtils.java
- mvnw.cmd
- dolphinscheduler-dao/src/main/resources/sql/soft_version
- .mvn
- mvnw.cmd
- .gitattributes
- dolphinscheduler-dao/src/main/resources/sql/soft_version
- tools/dependencies/known-dependencies.txt
- deploy/kubernetes/dolphinscheduler/README.md.gotmpl
- '**/licenses/**/LICENSE-*'
- '**/*.md'
- '**/*.svg'
Expand All @@ -40,16 +39,9 @@ header:
- '**/.babelrc'
- '**/.eslintignore'
- '**/.gitignore'
- '**/LICENSE'
- '**/NOTICE'
- '**/node_modules/**'
- '.github/actions/comment-on-issue/**'
- '.github/actions/translate-on-issue/**'
- '**/.gitkeep'
- 'org.mockito.plugins.MockMaker'
- tools/dependencies/known-dependencies.txt
- '**/banner.txt'
- '.terraform.lock.hcl'
- deploy/kubernetes/dolphinscheduler/README.md.gotmpl
- dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/CodeGenerateUtils.java

comment: on-failure

0 comments on commit 6621dc6

Please sign in to comment.