This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-docker.git
The following commit(s) were added to refs/heads/main by this push:
new b674b6c protect main branch with .asf.yaml config (#193)
b674b6c is described below
commit b674b6c651acedcdce18e30108dbe994a55d8da0
Author: Glynn Bird <[email protected]>
AuthorDate: Tue Mar 16 20:50:07 2021 +0000
protect main branch with .asf.yaml config (#193)
---
.asf.yaml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..be0b311
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,18 @@
+github:
+ description: "Semi-official Apache CouchDB Docker images"
+ homepage: https://github.com/apache/couchdb-docker
+ labels:
+ - apache
+ - couchdb
+ - erlang
+ - network-client
+ - http
+ - cplusplus
+ - big-data
+ - cloud
+ - database
+ - network-server
+ - javascript
+ protected_branches:
+ main
+