You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by gl...@apache.org on 2020/12/01 13:25:00 UTC

[couchdb-documentation] 01/01: protect main branch with .asf.yaml config

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

glynnbird pushed a commit to branch protect_main_branch
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git

commit d56a3a4e111d746738edc9e00139c94cb02a0833
Author: Glynn Bird <gl...@gmail.com>
AuthorDate: Tue Dec 1 13:24:39 2020 +0000

    protect main branch with .asf.yaml config
---
 .asf.yaml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..95d597e
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,18 @@
+github:
+  description: "Apache CouchDB Documentation"
+  homepage: http://docs.couchdb.org/en/latest
+  labels:
+    - apache
+    - couchdb
+    - erlang
+    - network-client
+    - http
+    - cplusplus
+    - big-data
+    - cloud
+    - database
+    - network-server
+    - javascript
+  protected_branches:
+    main
+