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

bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new 8110bc379 chore(asf-yaml): add basic branch protection setup (#1227)
8110bc379 is described below

commit 8110bc3794ab6f1089175b2b902a277d7fa4cf64
Author: Tim <[email protected]>
AuthorDate: Wed Feb 8 20:36:55 2023 +0100

    chore(asf-yaml): add basic branch protection setup (#1227)
---
 .asf.yaml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index db9da3fa3..e1db0f9e2 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,7 +38,15 @@ github:
     new_issue: "[I] {title} ({repository})"
     comment_issue: "Re: [I] {title} ({repository})"
     close_issue: "Re: [I] {title} ({repository})"
-    catchall: "[GH] {title} ({repository})"  
+    catchall: "[GH] {title} ({repository})"
+
+  del_branch_on_merge: true
+
+  protected_branches:
+    dev:
+      required_status_checks:
+        strict: true
+
 
 notifications:
   jobs: [email protected]

Reply via email to