You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2022/10/10 15:23:09 UTC

[pulsar-client-cpp] branch main updated: Enable required check status for PR validation (#33)

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

mmerli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


The following commit(s) were added to refs/heads/main by this push:
     new 5f2b786  Enable required check status for PR validation (#33)
5f2b786 is described below

commit 5f2b78609ea845dd89286c696c55e98476e7dd37
Author: Zike Yang <zi...@apache.org>
AuthorDate: Mon Oct 10 23:23:03 2022 +0800

    Enable required check status for PR validation (#33)
    
    * Add required for pr validation
    
    * fix
---
 .asf.yaml | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8f93cff..f1ca477 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -43,13 +43,17 @@ github:
     rebase:  false
   protected_branches:
     main:
-      # required_status_checks:
+      required_status_checks:
       #   # strict means "Require branches to be up to date before merging".
-      #   strict: false
+        strict: false
       #   # Contexts are the names of checks that must pass.
       #   # See ./github/workflows/README.md for more documentation on this list.
-      #   contexts:
-      #      - Pulsar CI checks completed
+        contexts:
+           - Build CPP Client on Windows x64
+           - Build CPP Client on Windows x86
+           - Build Debian Package
+           - Build RPM Package
+           - Build Alpine Linux APK Package
 
       required_pull_request_reviews:
         dismiss_stale_reviews: false