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

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

commit a73dee9de443f1c6b269cbaf9e942edf9749f462
Author: bossenti <[email protected]>
AuthorDate: Mon Feb 6 20:22:37 2023 +0100

    chore(asf-yaml): add basic branch protection setup
---
 .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