This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-projection.git
The following commit(s) were added to refs/heads/main by this push:
new a294510 Move required_pull_request_reviews to correct area
a294510 is described below
commit a2945104bfccc1d633e01dc9bf34e47c05046e37
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Apr 3 18:24:15 2023 +0200
Move required_pull_request_reviews to correct area
---
.asf.yaml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/.asf.yaml b/.asf.yaml
index be75644..b052d10 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -19,13 +19,12 @@ github:
merge: false
rebase: true
- required_pull_request_reviews:
- dismiss_stale_reviews: false
- require_code_owner_reviews: false
- required_approving_review_count: 1
-
protected_branches:
- main: { }
+ main:
+ required_pull_request_reviews:
+ dismiss_stale_reviews: false
+ require_code_owner_reviews: false
+ required_approving_review_count: 1
notifications:
commits: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]