Skip to content

Commit 49e152e

Browse files
authored
experimental asf yaml for RMs (#625)
1 parent 158b6b3 commit 49e152e

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

.asf.yaml

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
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,
12+
# software distributed under the License is distributed on an
13+
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14+
# KIND, either express or implied. See the License for the
15+
# specific language governing permissions and limitations
16+
# under the License.
17+
18+
# https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features
19+
---
20+
github:
21+
description: "Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform"
22+
homepage: https://cloudstack.apache.org/
23+
labels:
24+
- iaas
25+
- cloud
26+
- cloudstack
27+
- infrastructure
28+
- java
29+
- python
30+
- kvm
31+
- libvirt
32+
- vsphere
33+
- vmware
34+
- xenserver
35+
- xcp-ng
36+
- orchestration
37+
- virtualization
38+
- virtual-machine
39+
- kubernetes
40+
41+
features:
42+
wiki: false
43+
issues: false
44+
discussions: false
45+
projects: true
46+
47+
enabled_merge_buttons:
48+
merge: false
49+
squash: true
50+
rebase: false
51+
52+
collaborators:
53+
- abh1sar
54+
55+
protected_branches: ~
56+
57+
notifications:
58+
commits: commits@cloudstack.apache.org
59+
pullrequests: commits@cloudstack.apache.org

0 commit comments

Comments
 (0)