This is an automated email from the ASF dual-hosted git repository.
glynnbird pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-nano.git
The following commit(s) were added to refs/heads/main by this push:
new f708ba0 added .asf.yaml for repository config (#237)
f708ba0 is described below
commit f708ba043a83f18aa73ed27ebc73b320530c43eb
Author: Glynn Bird <[email protected]>
AuthorDate: Tue Nov 10 08:32:11 2020 +0000
added .asf.yaml for repository config (#237)
Co-authored-by: Glynn Bird <[email protected]>
---
.asf.yaml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..3d9e9c2
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,11 @@
+github:
+ description: "Nano: The official Apache CouchDB library for Node.js"
+ homepage: https://www.npmjs.com/package/nano
+ labels:
+ - apache
+ - couchdb
+ - nano
+ - nodejs
+ protected_branches:
+ main
+