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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git


The following commit(s) were added to refs/heads/main by this push:
     new bb1c144  Fix website `subdir`
bb1c144 is described below

commit bb1c144a38bdf4197732059378735f2c951c1131
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Wed Sep 27 11:45:33 2023 +0200

    Fix website `subdir`
---
 .asf.yaml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 82913d6..9f0c0b3 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -35,13 +35,17 @@ github:
   protected_branches:
     main:
       required_signatures: true
+    asf-staging:
+      required_signatures: true
+    asf-site:
+      required_signatures: true
 
 staging:
   profile: ~
   whoami: asf-staging
-  subdir: parent
+  subdir: logging-parent
 
 publish:
   profile: ~
   whoami: asf-site
-  subdir: parent
+  subdir: logging-parent

Reply via email to