This is an automated email from the ASF dual-hosted git repository.
root pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/buildstream.git
The following commit(s) were added to refs/heads/master by this push:
new 32b155c .asf.yaml: Adding initial github configuration
32b155c is described below
commit 32b155c8082f137c6d111d746217c83f9b9955bd
Author: Tristan Van Berkom <[email protected]>
AuthorDate: Wed Dec 30 10:10:37 2020 +0000
.asf.yaml: Adding initial github configuration
---
.asf.yaml | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
new file mode 100644
index 0000000..d949226
--- /dev/null
+++ b/.asf.yaml
@@ -0,0 +1,38 @@
+
+
+#
+# Configure github
+#
+github:
+
+ # Main features
+ features:
+ # Enable wiki for documentation
+ wiki: true
+ # Enable issue management
+ issues: true
+ # Enable projects for project management boards
+ projects: true
+
+ # Buttons
+ enabled_merge_buttons:
+ # Disable squash button:
+ squash: false
+ # enable merge button:
+ merge: true
+ # disable rebase button:
+ rebase: false
+
+ # Protected branches, this needs to be updated
+ # with every releases.
+ #
+ protected_branches:
+
+ # FIXME: Lets put sane values here after the migration.
+ master:
+ required_status_checks:
+ strict: true
+ required_pull_request_reviews:
+ dismiss_stale_reviews: false
+ require_code_owner_reviews: false
+ required_approving_review_count: 0