-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.asf.yaml
36 lines (32 loc) · 897 Bytes
/
.asf.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Apache YAML Features for Git Repositories
# See the documentation:
# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-WebSiteDeploymentServiceforGitRepositories
# Staging and publishing profile for yourproject-website.git:
staging:
profile: ~
whoami: asf-staging
publish:
whoami: asf-site
github:
description: "Apache Lucene.NET Website"
homepage: https://lucenenet.apache.org/
labels:
- lucenenet
- lucene
- text
- search
- information
- retrieval
- analysis
- index
- query
- apache
- hacktoberfest
features:
# Enable wiki for documentation
wiki: false
# Enable issues management
issues: false
# Enable projects for project management boards
projects: false