You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2022/03/14 17:28:09 UTC

[jena] branch main updated: Enable GH issues; route email issues@jena.a.o (#1221)

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new e2ad355  Enable GH issues; route email issues@jena.a.o (#1221)
e2ad355 is described below

commit e2ad3558b30769a2aa949fe4f90d21d8e01ec033
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Mar 14 17:28:01 2022 +0000

    Enable GH issues; route email issues@jena.a.o (#1221)
---
 .asf.yaml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b4e5fa9..075be40 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -4,7 +4,7 @@
 
 notifications:
     commits:       commits@jena.apache.org
-    issues:        pr@jena.apache.org
+    issues:        issues@jena.apache.org
     pullrequests:  pr@jena.apache.org
     jira_options:  link label
 
@@ -13,6 +13,8 @@ github:
   homepage: https://jena.apache.org/
   protected_branches:
     main
+  features:
+    issues: true
   labels:
     - apache
     - jena