From f1632f41e096d6f1d87bb1f17053171b93770eee Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 14 Nov 2021 11:36:33 +0000 Subject: [PATCH] github config git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895028 13f79535-47bb-0310-9956-ffa450edef68 --- .asf.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .asf.yaml diff --git a/.asf.yaml b/.asf.yaml new file mode 100644 index 0000000000..c82bef882f --- /dev/null +++ b/.asf.yaml @@ -0,0 +1,23 @@ +# https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features + +github: + description: "Mirror of Apache POI subversion. The Java API for Microsoft Documents." + homepage: https://poi.apache.org/ + labels: + - poi + - ooxml + - java + - content + - library + - excel + - word + - powerpoint + - visio + + features: + # Enable wiki for documentation + wiki: false + # Enable issue management + issues: false + # Enable projects for project management boards + projects: false -- 2.39.5