You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2022/11/25 16:50:24 UTC

[streampipes] branch dev updated: [hotfix] Fix notifications block in asf.yaml

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

riemer 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 bc5a175ae [hotfix] Fix notifications block in asf.yaml
bc5a175ae is described below

commit bc5a175ae7d7b1c259c82ce86b891fd9ace9d3fc
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Fri Nov 25 17:50:20 2022 +0100

    [hotfix] Fix notifications block in asf.yaml
---
 .asf.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index bd53a58c5..313a17d43 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -23,11 +23,13 @@ github:
     - analytics
     - stream-processing
     - self-service
-  notifications:
-    jobs: issues@streampipes.apache.org
-    commits: commits@streampipes.apache.org
-    issues: issues@streampipes.apache.org
+
   features:
     wiki: false
     issues: true
     projects: false
+    
+notifications:
+  jobs: issues@streampipes.apache.org
+  commits: commits@streampipes.apache.org
+  issues: issues@streampipes.apache.org