You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/01/16 00:21:10 UTC

[orc] branch main updated: ORC-1094: Enable GitHub issues tab (#1015)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 80b9812  ORC-1094: Enable GitHub issues tab (#1015)
80b9812 is described below

commit 80b98126cf8a15d9d44c67a9aabfabfdcc7f913e
Author: William Hyun <wi...@apache.org>
AuthorDate: Sat Jan 15 16:21:06 2022 -0800

    ORC-1094: Enable GitHub issues tab (#1015)
    
    ### What changes were proposed in this pull request?
    This PR aims to enable the GitHub issues tab for ORC.
    
    ### Why are the changes needed?
    To remove the hurdle of creating a Jira ID to report an issue.
    
    ### How was this patch tested?
    N/A.
---
 .asf.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
index ea920ae..a5d5b85 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -18,6 +18,8 @@
 github:
   description: "Apache ORC - the smallest, fastest columnar storage for Hadoop workloads"
   homepage: https://orc.apache.org/
+  features:
+    issues: true
   enabled_merge_buttons:
     merge: false
     squash: true