yangxk1 commented on code in PR #902:
URL: https://github.com/apache/incubator-graphar/pull/902#discussion_r2911664176


##########
.github/workflows/license.yml:
##########
@@ -30,15 +30,21 @@ concurrency:
   cancel-in-progress: true
 
 jobs:
-  check:
-    runs-on: ubuntu-latest
+  license-check:
+    name: License Check
+    runs-on: ubuntu-slim
     steps:
-      - uses: actions/checkout@v4
+      - name: Checkout repository
+        uses: actions/checkout@v4
         with:
-          repository: ${{ github.event.pull_request.head.repo.full_name }}
-          ref: ${{ github.event.pull_request.head.ref }}
+          repository: ${{ github.event.pull_request.head.repo.full_name || 
github.repository }}
+          ref: ${{ github.event.pull_request.head.ref || github.ref }}
           submodules: false
           fetch-depth: 0
 
-      - name: Check License Header
-        uses: korandoru/hawkeye@v4
+      - name: Check license header
+        uses: apache/skywalking-eyes@main

Review Comment:
    noticed that the usage displayed on the GitHub readme is 
   ```
     uses: apache/skywalking-eyes/header@main      # always prefer to use a 
revision instead of `main`.
   ```



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to