You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eventmesh.apache.org by ch...@apache.org on 2021/04/25 04:00:29 UTC

[incubator-eventmesh] branch qqeasonchen-patch-3 created (now fa37c43)

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

chenguangsheng pushed a change to branch qqeasonchen-patch-3
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git.


      at fa37c43  Create .asf.yaml

This branch includes the following new commits:

     new fa37c43  Create .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.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org


[incubator-eventmesh] 01/01: Create .asf.yaml

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

chenguangsheng pushed a commit to branch qqeasonchen-patch-3
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git

commit fa37c434526c650ae5f2d8c422b68639ef2d7acd
Author: Eason Chen <qq...@gmail.com>
AuthorDate: Sun Apr 25 12:00:21 2021 +0800

    Create .asf.yaml
---
 .asf.yaml | 44 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..bb30276
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,44 @@
+#
+# 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.
+#
+
+github:
+  description: EventMesh is a dynamic cloud-native eventing infrastruture used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.
+  homepage: https://eventmesh.apache.org/
+  labels:
+    - event-mesh
+    - event-gateway
+    - event-driven
+    - event-streaming
+    - event-sourcing
+    - event-governance
+    - cloud-native
+    - serverless
+    - workflow-serverless
+    - esb
+    - message-bus
+    - CQRS
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+  protected_branches:
+    master:
+      required_status_checks:
+        strict: true
+      required_pull_request_reviews:
+        dismiss_stale_reviews: true
+        required_approving_review_count: 2

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: commits-help@eventmesh.apache.org