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

drdub pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f65d22b1 Initial GitHub support
f65d22b1 is described below

commit f65d22b15745435ec0dfcf20b0487ae05daec7f5
Author: Pablo Duboue <[email protected]>
AuthorDate: Wed Mar 6 21:55:26 2024 -0800

    Initial GitHub support
---
 .asf.yaml | 43 +++++++++++++++++++++++++++++++++++++++++++
 README.md |  5 +++++
 2 files changed, 48 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 00000000..d4892ba8
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,43 @@
+#
+# 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: "Apache UIMA Website"
+  homepage: https://uima.apache.org
+  dependabot_alerts:  true
+  dependabot_updates: false
+  notifications:
+    commits:      [email protected]
+    issues:       [email protected]
+    pullrequests: [email protected]
+    jobs:         [email protected]
+    jira_options: link label
+  labels:
+  - apache
+  - uima
+  - text-analysis
+  features:
+    wiki: false
+    issues: true
+    projects: true
+  enabled_merge_buttons:
+    squash:  true
+    merge:   true
+    rebase:  false
+  del_branch_on_merge: true
+  protected_branches:
+    main: {}
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..6b3fad3b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# UIMA Website GitHub Mirror
+
+The current website is still maintained on SVN. The SVN<->GitHub mirror is 
maintained by @DrDub.
+
+

Reply via email to