You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ja...@apache.org on 2019/10/26 20:08:11 UTC

[lucene-solr] branch master updated: LUCENE-8986: Add asf.yaml to our git repo (#958)

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

janhoy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new b58a546  LUCENE-8986: Add asf.yaml to our git repo (#958)
b58a546 is described below

commit b58a546d6594d0e704a711da9f71a92faf43acb6
Author: Jan Høydahl <ja...@users.noreply.github.com>
AuthorDate: Sat Oct 26 22:07:59 2019 +0200

    LUCENE-8986: Add asf.yaml to our git repo (#958)
    
    And force squash merge for the merge button
---
 .asf.yaml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..c3ec217
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,19 @@
+# https://cwiki.apache.org/confluence/display/INFRA/.asf.yaml+features+for+git+repositories
+
+github:
+  description: "Apache Lucene and Solr open-source search software"
+  homepage: https://lucene.apache.org/
+  labels:
+    - lucene
+    - solr
+    - search
+    - sql
+    - nosql
+    - java
+    - backend
+    - search-engine
+
+  enabled_merge_buttons:
+    squash: true
+    merge:  false
+    rebase: false
\ No newline at end of file