This is an automated email from the ASF dual-hosted git repository.
kirs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 8714052 [Chore]Update .licenserc.yaml(ignore .svg checker) (#1565)
8714052 is described below
commit 8714052e3249bd07b9461bbb0649298d8d3815fa
Author: Kirs <[email protected]>
AuthorDate: Fri Mar 25 18:49:17 2022 +0800
[Chore]Update .licenserc.yaml(ignore .svg checker) (#1565)
* Update .licenserc.yaml
* Update license.yml
---
.github/workflows/license.yml | 1 -
.licenserc.yaml | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml
index 7dd96a5..2695fa0 100644
--- a/.github/workflows/license.yml
+++ b/.github/workflows/license.yml
@@ -23,7 +23,6 @@ on:
branches:
- dev
paths-ignore:
- - 'docs/**'
- '**/*.md'
concurrency:
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 9ad6cd3..89d3ba9 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -33,6 +33,7 @@ header:
- '**/*.json'
- '**/*.iml'
- '**/*.ini'
+ - '**/*.svg'
- '**/.gitignore'
- '**/LICENSE'
- '**/NOTICE'