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

monkeydluffy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new f4e6db4ce chore(deps): bump apache/skywalking-eyes from 0.4.0 to 0.5.0 
(#10029)
f4e6db4ce is described below

commit f4e6db4ce9625bca1d30753d09e62ab74dd55ae9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 23 00:38:27 2023 +0800

    chore(deps): bump apache/skywalking-eyes from 0.4.0 to 0.5.0 (#10029)
---
 .github/workflows/license-checker.yml | 2 +-
 .licenserc.yaml                       | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/license-checker.yml 
b/.github/workflows/license-checker.yml
index 2122e0db8..d6a49523e 100644
--- a/.github/workflows/license-checker.yml
+++ b/.github/workflows/license-checker.yml
@@ -32,6 +32,6 @@ jobs:
     steps:
       - uses: actions/[email protected]
       - name: Check License Header
-        uses: apache/[email protected]
+        uses: apache/[email protected]
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/.licenserc.yaml b/.licenserc.yaml
index 315fa71bc..8b423f25c 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -23,6 +23,8 @@ header:
 
   paths-ignore:
     - '.gitignore'
+    - '.gitattributes'
+    - '.gitmodules'
     - 'LICENSE'
     - 'NOTICE'
     - '**/*.json'
@@ -46,7 +48,11 @@ header:
     # Exclude plugin-specific configuration files
     - 't/plugin/authz-casbin'
     - 't/coredns'
+    - 't/fuzzing/requirements.txt'
+    - 't/perf/requirements.txt'
     - 'autodocs/'
     - 'docs/**/*.md'
+    - '.ignore_words'
+    - '.luacheckrc'
 
   comment: on-failure

Reply via email to