This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch logcxx_510_rm_vs2019 in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit d438c8fe979f50b7f5b71fec300141103c5c6cd6 Author: Robert Middleton <[email protected]> AuthorDate: Thu Aug 27 08:43:20 2020 -0400 Added .asf.yaml file to better configure the github git mirror (#38) --- .asf.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000..0fa512b --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,25 @@ +# 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: + jira_options: link label + +github: + description: "Apache Log4cxx is a C++ port of Apache Log4j" + homepage: http://logging.apache.org/log4cxx + labels: + - apache + - logging + - cpp
