This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch require-PRs in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors-samples.git
commit a22e0e98d068cc0c21610ccc2a475032a91b00b3 Author: PJ Fanning <[email protected]> AuthorDate: Sun Jan 21 12:47:55 2024 +0100 require PRs in .asf.yaml --- .asf.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.asf.yaml b/.asf.yaml index 2644fa0..29657de 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -25,7 +25,11 @@ github: rebase: true 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]
