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

radhikakundam pushed a commit to branch atlas-2.5
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit f3fd6aa3faf234a5605ed7c7b3f106111d2c169b
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Jan 20 16:11:15 2025 -0800

    ATLAS-4982: added .asf.yaml (#266)
---
 .asf.yaml | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..deea72d81
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,42 @@
+# 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.
+
+# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
+
+github:
+  description: "Apache Atlas - Open Metadata Management and Governance 
capabilities across the Hadoop platform and beyond"
+  homepage: https://atlas.apache.org
+  labels:
+    - apache
+    - atlas
+    - graphdb
+    - java
+    - javascript
+    - python
+    - docker
+  autolink_jira:
+    - ATLAS
+  enabled_merge_buttons:
+    squash:  true
+    merge:   false
+    rebase:  false
+  notifications:
+    commits: [email protected]
+    issues: [email protected]
+    pullrequests: [email protected]
+    pullrequests_comment: [email protected]
+    jira_options: worklog link label
+  protected_branches:
+    master: {}

Reply via email to