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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 646fbbc  Sync `.asf.yaml` file between branches
646fbbc is described below

commit 646fbbcab7ce95886278d145e36c2d26ee82549e
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Jan 11 13:24:32 2024 +0100

    Sync `.asf.yaml` file between branches
---
 .asf.yaml | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 597aed3..c2fd8ed 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,32 @@
 
 # `.asf.yaml` documentation: 
https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features
 
+github:
+  description: Parent project internally used in Maven-based projects of the 
Apache Logging Services
+  homepage: https://logging.apache.org/logging-parent/latest
+  labels:
+    - apache
+    - java
+    - log4j
+    - log4j2
+    - logging
+
+  features:
+    issues: true
+
+  # Prevent force pushes to primary branches
+  protected_branches:
+    main:
+      required_signatures: true
+    asf-staging:
+      required_signatures: true
+
 publish:
   profile: ~
   whoami: asf-site
   subdir: content/logging-parent
+
+staging:
+  profile: ~
+  whoami: asf-staging
+  subdir: content/logging-parent

Reply via email to