This is an automated email from the ASF dual-hosted git repository. slawrence pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/daffodil-infrastructure.git
commit f738d9720d7199e82cb19d9fa0b6d705830d816d Author: Steve Lawrence <[email protected]> AuthorDate: Mon Feb 24 11:05:41 2025 -0500 Initial commit --- .asf.yaml | 32 ++++++++++++++++++++++++++++++++ README.md | 5 +++++ 2 files changed, 37 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..664b899 --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,32 @@ +# 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 Daffodil Infrastructure" + homepage: https://daffodil.apache.org/ + features: + wiki: false + issues: false + projects: false + enabled_merge_buttons: + squash: false + merge: false + rebase: true + autolink_jira: + - DAFFODIL +notifications: + commits: [email protected] + issues: [email protected] + pullrequests: [email protected] diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e089a8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Apache Daffodil Infrastructure + +This repository contains tools and utilities related to infrastructure (e.g. +continuous integration, releases) for the Apache Daffodil project and +subprojects.
