Skip to content

Commit 00068f0

Browse files
committed
ASF repository configuration
1 parent 6ca2eca commit 00068f0

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

.asf.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
# doc: https://github.com/apache/infrastructure-asfyaml/blob/main/README.md
18+
19+
github:
20+
description: "Apache NetBeans for VS Code"
21+
homepage: https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java
22+
labels:
23+
- vscode
24+
- java
25+
- lsp
26+
- netbeans
27+
- ide
28+
- code-editor
29+
features:
30+
wiki: false
31+
issues: true
32+
projects: false
33+
discussions: true
34+
dependabot_alerts: false
35+
dependabot_updates: true
36+
enabled_merge_buttons:
37+
squash: false
38+
merge: true
39+
rebase: false
40+
protected_branches:
41+
# no force push to master
42+
master:
43+
required_linear_history: false
44+
45+
notifications:
46+
commits: commits@netbeans.apache.org
47+
issues: notifications@netbeans.apache.org
48+
pullrequests: notifications@netbeans.apache.org
49+
discussions: notifications@netbeans.apache.org
50+
jira_options: link label worklog

0 commit comments

Comments
 (0)