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:35 UTC

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

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