You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2022/11/09 00:38:22 UTC

[lucene-site] branch main updated: Enable issues for website (#70)

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

uschindler pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d6c7ea4f0 Enable issues for website (#70)
d6c7ea4f0 is described below

commit d6c7ea4f06645e3ff88cb3e5c5d5b902a2638e8c
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Wed Nov 9 00:38:18 2022 +0000

    Enable issues for website (#70)
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 8b487a70e..451eb5149 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,4 +19,6 @@ github:
   protected_branches:
     main
     production
-
+  features:
+    # Enable issues management
+    issues: true