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

fanningpj pushed a commit to branch require-PRs
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git

commit d9d15532e013490188a010b679989d42d1a28800
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jan 21 12:46:30 2024 +0100

    require PRs in .asf.yaml
---
 .asf.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 68045a2..e53690c 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -20,7 +20,11 @@ github:
     rebase:  true
 
   protected_branches:
-    main: { }
+    main:
+      required_pull_request_reviews:
+        dismiss_stale_reviews: false
+        require_code_owner_reviews: false
+        required_approving_review_count: 1
 
 notifications:
   commits:              [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to