This is an automated email from the ASF dual-hosted git repository.
tvb 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 7e78955 .asf.yaml: Test removing review requirement
7e78955 is described below
commit 7e78955b7307b6967b53cde3518cf2ccc5619deb
Author: Tristan van Berkom <[email protected]>
AuthorDate: Sun Jan 10 17:25:38 2021 +0900
.asf.yaml: Test removing review requirement
This can only be tested by modifying the master branch.
---
.asf.yaml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index a70c6cc..ff0b21a 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -38,19 +38,9 @@ github:
# strict means "Require branches to be up to date before merging".
strict: true
- required_pull_request_reviews:
- dismiss_stale_reviews: false
- require_code_owner_reviews: false
- required_approving_review_count: 1
-
# Test 2
#
tristan/test-protected-branch-2:
required_status_checks:
# strict means "Require branches to be up to date before merging".
strict: true
-
- required_pull_request_reviews:
- dismiss_stale_reviews: false
- require_code_owner_reviews: false
- required_approving_review_count: 1