You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2022/11/07 19:04:20 UTC

[incubator-pekko] branch main updated: Make main branch protected

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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new a402730fd3 Make main branch protected
a402730fd3 is described below

commit a402730fd3d819aa0df7652104f0cae5e50dd882
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Mon Nov 7 19:53:55 2022 +0100

    Make main branch protected
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 242465791e..dea35e0635 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -27,9 +27,11 @@ github:
     merge:   false
     rebase:  true
 
+  protected_branches:
+    main: { }
+
 notifications:
   commits:              commits@pekko.apache.org
   issues:               notifications@pekko.apache.org
   pullrequests:         notifications@pekko.apache.org
   discussions:          notifications@pekko.apache.org
-


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org