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

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new f01124b790 change asf yaml github/features from array to dict
f01124b790 is described below

commit f01124b790b111db944791cbf294e116edcf1b8c
Author: Steve Blackmon <sblack...@salesforce.com>
AuthorDate: Mon Dec 18 11:32:05 2023 -0600

    change asf yaml github/features from array to dict
---
 .asf.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index 94df90449f..c421caa7a0 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -3,8 +3,8 @@ github:
   description: "Apache Streams"
   homepage: https://streams.apache.org/
   features:
-    - issues: true
-    - projects: true
+    issues: true
+    projects: true
   ghp_branch: gh_pages
   ghp_path: /
   labels:

Reply via email to