This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.7
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.7 by this push:
new 1d967e1 ORC-1094: Enable GitHub issues tab (#1015)
1d967e1 is described below
commit 1d967e1798a37b66bdd7563afd5fc6bceffad9cd
Author: William Hyun <[email protected]>
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.
(cherry picked from commit 80b98126cf8a15d9d44c67a9aabfabfdcc7f913e)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.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