You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2023/02/24 02:21:30 UTC

[skywalking] branch kezhenxu94-patch-1 created (now 1e1f19d516)

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

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git


      at 1e1f19d516 Speed up license eye

This branch includes the following new commits:

     new 1e1f19d516 Speed up license 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.



[skywalking] 01/01: Speed up license eye

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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 1e1f19d516789bcfd2d1e8c0f135e561575e1ce6
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Feb 24 10:21:23 2023 +0800

    Speed up license eye
---
 .github/workflows/skywalking.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/skywalking.yaml b/.github/workflows/skywalking.yaml
index b543c9c410..0434ab9e4c 100644
--- a/.github/workflows/skywalking.yaml
+++ b/.github/workflows/skywalking.yaml
@@ -41,7 +41,7 @@ jobs:
         with:
           submodules: true
       - name: Check license header
-        uses: apache/skywalking-eyes@df70871af1a8109c9a5b1dc824faaf65246c5236
+        uses: apache/skywalking-eyes@gha-improve-speed
 
   code-style:
     if: (github.event_name == 'schedule' && github.repository == 'apache/skywalking') || (github.event_name != 'schedule')