diff options
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 |