Skip to content

Commit 8a80b20

Browse files
committed
HBASE-24261: Initial version of ASF infra integration configuration
This is an initial version of the yaml config for ASF infra integration. We might have some hiccups in the beginning but we can iteratively improve until the old (desired) setup is back in place.
1 parent 6ca8597 commit 8a80b20

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

.asf.yaml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Licensed to the Apache Software Foundation (ASF) under one
2+
# or more contributor license agreements. See the NOTICE file
3+
# distributed with this work for additional information
4+
# regarding copyright ownership. The ASF licenses this file
5+
# to you under the Apache License, Version 2.0 (the
6+
# "License"); you may not use this file except in compliance
7+
# with the License. You may obtain a copy of the License at
8+
#
9+
# http://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# Unless required by applicable law or agreed to in writing, software
12+
# distributed under the License is distributed on an "AS IS" BASIS,
13+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
# See the License for the specific language governing permissions and
15+
# limitations under the License.
16+
17+
# This file controls the integration of HBase project with ASF infrastructure. Refer to
18+
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories for
19+
# details. Be careful when changing the contents of this file since it may affect many developers
20+
# of the project and make sure to discuss the changes with dev@ before committing.
21+
22+
github:
23+
description: "Mirror of Apache HBase Third Party Libs"
24+
homepage: https://hbase.apache.org/
25+
labels:
26+
- database
27+
- java
28+
- hbase
29+
features:
30+
wiki: false
31+
issues: false
32+
projects: false
33+
enabled_merge_buttons:
34+
squash: true
35+
merge: false
36+
rebase: true
37+
notifications:
38+
39+
40+
pullrequests: [email protected]
41+
jira_options: link

0 commit comments

Comments
 (0)