You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/05/14 08:43:17 UTC

[GitHub] [incubator-inlong] shink commented on a diff in pull request #4202: [INLONG-4201][CI] Improve workflows and documentation

shink commented on code in PR #4202:
URL: https://github.com/apache/incubator-inlong/pull/4202#discussion_r872953050


##########
.github/workflows/ci_check_license.yml:
##########
@@ -20,17 +20,17 @@ name: InLong Check License Header
 on: [ push, pull_request ]
 
 jobs:
-  build:
-    name: Check License Header
+  check-license:
+    name: Check license header
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
-      - name: Check License Header
-        uses: apache/skywalking-eyes@2f5c0bce5575a25916d6b809c4dac84e6c750d47
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+      - name: Check license header
+        uses: apache/skywalking-eyes@v0.3.0

Review Comment:
   @gosonzhang Can the version of [apache/skywalking-eyes](https://github.com/apache/skywalking-eyes) be changed? Here is the [v3 change log](https://github.com/apache/skywalking-eyes/releases/tag/v0.3.0).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org