You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by aa...@apache.org on 2022/09/01 04:46:41 UTC

[rocketmq-clients] branch master updated: Add build-result into status check (#219)

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

aaronai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git


The following commit(s) were added to refs/heads/master by this push:
     new 64b877a  Add build-result into status check (#219)
64b877a is described below

commit 64b877aac0c1a8b0f6004d7265aa04923c7a2eb8
Author: Aaron Ai <ya...@gmail.com>
AuthorDate: Thu Sep 1 12:46:36 2022 +0800

    Add build-result into status check (#219)
---
 .asf.yaml                   | 1 +
 .github/workflows/build.yml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 4d10528..53a405d 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -42,3 +42,4 @@ github:
         contexts:
           - misspell-check
           - check-license
+          - build-result
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1e403a2..117a3a7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
     if: ${{ always() }}
     steps:
       - uses: actions/checkout@v2
-      - name: Collector build result
+      - name: Collect build result
         run: |
           if echo java-${{ needs.java-build.result }},cpp-${{ needs.cpp-build.result }},csharp-${{ needs.csharp-build.result }},golang-${{ needs.golang-build.result }} | grep -E 'cancelled|failure' -o > null
           then