From a402730fd3d819aa0df7652104f0cae5e50dd882 Mon Sep 17 00:00:00 2001 From: Matthew de Detrich Date: Mon, 7 Nov 2022 19:53:55 +0100 Subject: [PATCH] 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 -