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

raulcd pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 98c63839fef ARROW-18428: [Website] Enable github issues on arrow-site 
repo
98c63839fef is described below

commit 98c63839fef7ec2554f8b0a0ed918723c0bf00d1
Author: Joris Van den Bossche <[email protected]>
AuthorDate: Thu Dec 8 11:43:17 2022 +0100

    ARROW-18428: [Website] Enable github issues on arrow-site repo
    
    Now we are moving to GitHub issues, it probably makes sense to open issues 
about the website in its own arrow-site repo, instead of keeping them in the 
main arrow repo.
    
    See also 
https://github.com/apache/arrow/issues/14862#issuecomment-1339747345
    
    Closes #283 from jorisvandenbossche/enable-github-issues:
    
    Authored-by: Joris Van den Bossche <[email protected]>
    Signed-off-by: Raúl Cumplido <[email protected]>
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index 8a40a139be5..9d682af27fc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,8 @@ github:
     squash: true
     merge: false
     rebase: false
+  features:
+    issues: true
 
 publish:
   whoami: asf-site

Reply via email to