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

[pulsar-client-reactive] branch main updated: Require PRs for development

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 99c5648  Require PRs for development
99c5648 is described below

commit 99c564891fd24aa46424c2a3d681b002f90b1a34
Author: Lari Hotari <lh...@apache.org>
AuthorDate: Sat Sep 10 00:22:11 2022 +0300

    Require PRs for development
---
 .asf.yaml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index c30d756..e0405c9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -41,7 +41,23 @@ github:
     # disable rebase button:
     rebase:  false
   protected_branches:
-    main: {}
+    main:
+      required_status_checks:
+        # strict means "Require branches to be up to date before merging".
+        strict: false
+        # Contexts are the names of checks that must pass.
+        contexts:
+          - build
+
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: true
+        required_approving_review_count: 1
+
+      # squash or rebase must be allowed in the repo for this setting to be set to true.
+      required_linear_history: true
+
+      required_signatures: false
 
 notifications:
   commits:      commits@pulsar.apache.org