mirror of https://github.com/apache/cassandra
enrich .asf.yaml
patch by Stefan Miklosovic; reviewed by Michael Semb Wever for CASSANDRA-19854
This commit is contained in:
parent
c263cdf610
commit
1c1fbfd3d3
34
.asf.yaml
34
.asf.yaml
|
|
@ -1,8 +1,36 @@
|
|||
# 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:
|
||||
commits: commits@cassandra.apache.org
|
||||
issues: commits@cassandra.apache.org
|
||||
pullrequests: pr@cassandra.apache.org
|
||||
jira_options: link worklog
|
||||
|
||||
github:
|
||||
description: "Apache Cassandra®"
|
||||
homepage: https://cassandra.apache.org/
|
||||
enabled_merge_buttons:
|
||||
squash: false
|
||||
merge: false
|
||||
rebase: true
|
||||
|
||||
notifications:
|
||||
jira_options: link worklog
|
||||
features:
|
||||
wiki: false
|
||||
issues: false
|
||||
projects: false
|
||||
autolink_jira:
|
||||
- CASSANDRA
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
<rat:report reportFile="${build.dir}/rat.txt">
|
||||
<fileset dir="." includesfile="${build.dir}/.ratinclude">
|
||||
<!-- Config files with not much creativity -->
|
||||
<exclude name=".asf.yaml"/>
|
||||
<exclude name="**/cassandra*.yaml"/>
|
||||
<exclude NAME="doc/antora.yml"/>
|
||||
<exclude name="ide/**/*"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue