From 38f1ce0855713084ca623f2eab78f24501dd5b75 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sat, 13 Jan 2024 02:38:14 +0800 Subject: [PATCH 1/7] checkout submodules --- .github/workflows/ci.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2123d1ba36..f85e8d489f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,12 +33,14 @@ jobs: matrix: os: [ ubuntu-latest, macOS-latest ] java: [ 8, 11 ] - language: ['java', 'go'] + language: ['java', 'go', 'cpp'] runs-on: ${{ matrix.os }} steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 + with: + submodules: true - name: Initialize CodeQL uses: github/codeql-action/init@v2 @@ -49,8 +51,8 @@ jobs: # queries: ./path/to/local/query, your-org/your-repo/queries@main languages: ${{ matrix.language }} - - if: matrix.language == 'cpp' || matrix.language == 'csharp' - name: Build C + - name: Build C SDK + if: matrix.language == 'cpp' run: | git submodule init git submodule update From 11d15463b1432eb006d6116920623b5e564ba93d Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sat, 13 Jan 2024 02:39:21 +0800 Subject: [PATCH 2/7] remove possible redundant "check out git submodule" --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f85e8d489f..1330317d75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,10 +53,7 @@ jobs: - name: Build C SDK if: matrix.language == 'cpp' - run: | - git submodule init - git submodule update - make -C ./eventmesh-sdks/eventmesh-sdk-c + run: make -C ./eventmesh-sdks/eventmesh-sdk-c - name: Setup Gradle uses: gradle/gradle-build-action@v2 From 9043073e3ce75319bce51163a3606c4dd00b7aef Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Mon, 5 Feb 2024 18:44:14 +0800 Subject: [PATCH 3/7] minor naming unification (inrelevant with PR subject) --- .github/workflows/codeql.yml | 2 +- .github/workflows/{docker.yaml => docker.yml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{docker.yaml => docker.yml} (100%) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index d8a345a39f..91bbb40d06 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ # under the License. # -name: "CodeQL" +name: CodeQL on: push: diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yml similarity index 100% rename from .github/workflows/docker.yaml rename to .github/workflows/docker.yml From 7a4e0080eb5fe5dc95d84159d8c81d130e5b60f5 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sun, 14 Apr 2024 18:15:56 +0800 Subject: [PATCH 4/7] Not triggering C task for now --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41392b99f0..8036443ccf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: matrix: os: [ ubuntu-latest, macOS-latest ] java: [ 8, 11 ] - language: ['java', 'cpp'] + language: ['java'] runs-on: ${{ matrix.os }} steps: From 0523c2f3f5c4db0fe559b520a37c893e30b02239 Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Sun, 14 Apr 2024 23:18:36 +0800 Subject: [PATCH 5/7] Use the same version of actions/checkout as 'Build' task for 'License Check' task --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8036443ccf..f14989279d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check license header uses: apache/skywalking-eyes@main From d489b7f0b83b13b096f7060850498d560ca50fba Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Wed, 24 Apr 2024 20:55:57 +0800 Subject: [PATCH 6/7] Revert change to avoid conflict --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 91bbb40d06..d8a345a39f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ # under the License. # -name: CodeQL +name: "CodeQL" on: push: From 0b630707f8b3d9bc10a84f784d3f9739e472cf8e Mon Sep 17 00:00:00 2001 From: Pil0tXia Date: Wed, 24 Apr 2024 21:07:13 +0800 Subject: [PATCH 7/7] Update a renamed label --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 81d4bc4c1e..3dd85f8e71 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -44,7 +44,7 @@ jobs: It has been 60 days since the last activity on this pull request. I am reaching out here to gently remind you that the Apache EventMesh community values every pull request, and please feel free to get in touch with the reviewers at any time. They are available to assist you in advancing the progress of your pull request and offering the latest feedback. If you encounter any challenges during development, seeking support within the community is encouraged. We sincerely appreciate your contributions to Apache EventMesh. - exempt-issue-labels: 'pinned,discussion,help wanted,WIP,weopen-star,GLCC,summer of code' + exempt-issue-labels: 'pinned,discussion,help wanted,WIP,weopen-star,GLCC,GSoC' exempt-pr-labels: 'help wanted,dependencies' exempt-all-milestones: true # Exempt all issues/PRs with milestones from stale operations-per-run: 300