You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/07/28 06:52:34 UTC

[camel-kameleon] branch fix-yaml created (now 4c0089d)

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

acosentino pushed a change to branch fix-yaml
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git.


      at 4c0089d  Fixed asf yaml

This branch includes the following new commits:

     new 4c0089d  Fixed asf yaml

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-kameleon] 01/01: Fixed asf yaml

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch fix-yaml
in repository https://gitbox.apache.org/repos/asf/camel-kameleon.git

commit 4c0089d867a0343442ef7e975c36745a6ad05de3
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Jul 28 08:52:17 2021 +0200

    Fixed asf yaml
---
 .asf.yaml | 34 ----------------------------------
 .asf.yml  |  6 ++++++
 2 files changed, 6 insertions(+), 34 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
deleted file mode 100644
index 32036fb..0000000
--- a/.asf.yaml
+++ /dev/null
@@ -1,34 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#      http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-notifications:
-  commits: commits@camel.apache.org
-  issues: commits@camel.apache.org
-  pullrequests: commits@camel.apache.org
-github:
-  description: "Camel Kameleon is a project to scaffold new Camel project."
-  homepage: https://camel.apache.org
-  labels:
-    - camel
-    - integration
-    - java
-  enabled_merge_buttons:
-    merge: false
-    rebase: true
-    squash: true
-  features:
-    issues: true
diff --git a/.asf.yml b/.asf.yml
index d639641..b1fb64c 100644
--- a/.asf.yml
+++ b/.asf.yml
@@ -15,6 +15,10 @@
 # limitations under the License.
 # ---------------------------------------------------------------------------
 
+notifications:
+  commits: commits@camel.apache.org
+  issues: commits@camel.apache.org
+  pullrequests: commits@camel.apache.org
 github:
   description: "Kameleon - project scaffolding for Apache Camel "
   homepage: https://kameleon.dev/
@@ -28,3 +32,5 @@ github:
     squash:  true
     merge:   false
     rebase:  true
+  features:
+    issues: true