You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by ni...@apache.org on 2020/04/13 12:47:57 UTC

[lucenenet] branch master updated: Added .asf.yaml file to control GitHub settings

This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a9e1fd  Added .asf.yaml file to control GitHub settings
7a9e1fd is described below

commit 7a9e1fdccb110c76d7e16cd0fb297a9f00783c80
Author: Shad Storhaug <sh...@shadstorhaug.com>
AuthorDate: Mon Apr 13 19:46:59 2020 +0700

    Added .asf.yaml file to control GitHub settings
---
 .asf.yaml      | 26 ++++++++++++++++++++++++++
 Lucene.Net.sln |  1 +
 2 files changed, 27 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..5ff0ca6
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,26 @@
+# Apache YAML Features for Git Repositories
+# See the documentation at: https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Apache Lucene.NET"
+  homepage: https://lucenenet.apache.org/
+  labels:
+    - lucene.net
+    - lucenenet
+    - lucene
+    - text
+    - search
+    - information retrieval
+    - analysis
+    - index
+    - query
+    - full-text search
+    - apache
+    
+  features:
+    # Enable wiki for documentation
+    wiki: false
+    # Enable issues management
+    issues: true
+    # Enable projects for project management boards
+    projects: false
\ No newline at end of file
diff --git a/Lucene.Net.sln b/Lucene.Net.sln
index 3e222f8..a63ab57 100644
--- a/Lucene.Net.sln
+++ b/Lucene.Net.sln
@@ -62,6 +62,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "apidocs", "apidocs", "{58FD
 EndProject
 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4DF0A2A1-B9C7-4EE5-BAF0-BEEF53E34220}"
 	ProjectSection(SolutionItems) = preProject
+		.asf.yaml = .asf.yaml
 		CHANGES.txt = CHANGES.txt
 		CONTRIBUTING.md = CONTRIBUTING.md
 		Directory.Build.props = Directory.Build.props