diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-11-14 11:36:33 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-11-14 11:36:33 +0000 |
commit | f1632f41e096d6f1d87bb1f17053171b93770eee (patch) | |
tree | f2e73c6abd73b3881647fd84f7c26a9b99668513 /.asf.yaml | |
parent | 90acd4ae289d247c29067db3294e171b8a6923a3 (diff) | |
download | poi-f1632f41e096d6f1d87bb1f17053171b93770eee.tar.gz poi-f1632f41e096d6f1d87bb1f17053171b93770eee.zip |
github config
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1895028 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.asf.yaml')
-rw-r--r-- | .asf.yaml | 23 |
1 files changed, 23 insertions, 0 deletions
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 |