This is an automated email from the ASF dual-hosted git repository.
vatamane pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new 3f85dcfce Revert protection for main branch after 3.x -> main move
3f85dcfce is described below
commit 3f85dcfce309098fb02d7cc63e2760826b4efbab
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Tue Jun 7 16:22:57 2022 -0400
Revert protection for main branch after 3.x -> main move
See dev list discussion:
https://lists.apache.org/thread/x4lc6vhthj1vkt2xpd0ox5osh959qsc4
Previous PR to disable protection on main so we can replace it:
https://github.com/apache/couchdb/pull/4053
---
.asf.yaml | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 73 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 000000000..2e7f1c7ff
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,73 @@
+# see
https://cwiki.apache.org/confluence/display/INFRA/git+-+.asf.yaml+features#git.asf.yamlfeatures-GitHubsettings
+
+github:
+ description: "Seamless multi-master syncing database with an intuitive
HTTP/JSON API, designed for reliability"
+ homepage: https://couchdb.apache.org/
+ labels:
+ - database
+ - content
+ - network-server
+ - http
+ - cloud
+ - erlang
+ - javascript
+ - couchdb
+ - big-data
+ - network-client
+ features:
+ issues: true
+ projects: true
+ enabled_merge_buttons:
+ squash: true
+ rebase: true
+ merge: true
+ protected_branches:
+ main:
+ required_status_checks:
+ strict: true
+ contexts:
+ - continuous-integration/jenkins/pr-merge
+ fdbmain:
+ required_status_checks:
+ strict: true
+ contexts:
+ - continuous-integration/jenkins/pr-merge
+ 3.1.x:
+ required_status_checks:
+ strict: true
+ 3.0.x:
+ required_status_checks:
+ strict: true
+ 2.3.x:
+ required_status_checks:
+ strict: true
+ 2.1.x:
+ required_status_checks:
+ strict: true
+ 2.0.x:
+ required_status_checks:
+ strict: true
+ 1.6.x:
+ required_status_checks:
+ strict: true
+ 1.5.x:
+ required_status_checks:
+ strict: true
+ 1.4.x:
+ required_status_checks:
+ strict: true
+ 1.3.x:
+ required_status_checks:
+ strict: true
+ 1.x.x:
+ required_status_checks:
+ strict: true
+
+notifications:
+ commits: [email protected]
+ issues: [email protected]
+ pullrequests: [email protected]
+ # This would send new/closed PR notifications to dev@
+ #pullrequests_status: [email protected]
+ # This would send individual PR comments/reviews to notifications@
+ #pullrequests_comment: [email protected]