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

popduke pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/bifromq.git


The following commit(s) were added to refs/heads/main by this push:
     new 878eabe5 Remove unsupported step in GitHub Acton
878eabe5 is described below

commit 878eabe586de4556cdbbbb516a687acf2149d8ac
Author: Gu Jiawei <[email protected]>
AuthorDate: Thu Jun 5 09:34:46 2025 +0800

    Remove unsupported step in GitHub Acton
    
    the "EndBug/add-and-commit" which is used for auto fixing license header is 
not allowed to run under Apache org
---
 .github/workflows/build-cov-manual.yaml |  4 ++++
 .github/workflows/build-cov.yaml        | 17 +++--------------
 2 files changed, 7 insertions(+), 14 deletions(-)

diff --git a/.github/workflows/build-cov-manual.yaml 
b/.github/workflows/build-cov-manual.yaml
index e05b30ff..4b2f30d6 100644
--- a/.github/workflows/build-cov-manual.yaml
+++ b/.github/workflows/build-cov-manual.yaml
@@ -25,4 +25,8 @@ jobs:
         uses: coverallsapp/github-action@v2
         with:
           format: jacoco
+      - name: Check License Header
+        uses: apache/skywalking-eyes/header@main
+      - name: Check Dependencies' License
+        uses: apache/skywalking-eyes/dependency@main
 
diff --git a/.github/workflows/build-cov.yaml b/.github/workflows/build-cov.yaml
index 5abfd2c9..2c8c05e3 100644
--- a/.github/workflows/build-cov.yaml
+++ b/.github/workflows/build-cov.yaml
@@ -4,9 +4,6 @@ on:
   push:
     branches:
       - 'main'
-  pull_request:
-    branches:
-      - 'main'
 jobs:
   build:
     runs-on: ubuntu-latest
@@ -26,15 +23,7 @@ jobs:
         uses: coverallsapp/github-action@v2
         with:
           format: jacoco
-      - name: Fix License Header
+      - name: Check License Header
         uses: apache/skywalking-eyes/header@main
-        with:
-          mode: fix
-      - name: Apply Changes
-        uses: EndBug/add-and-commit@v4
-        env:
-           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
-        with:
-          author_name: License Bot
-          author_email: [email protected]
-          message: 'Automatic application of license header'
+      - name: Check Dependencies' License
+        uses: apache/skywalking-eyes/dependency@main

Reply via email to