This is an automated email from the ASF dual-hosted git repository. chenguangsheng pushed a commit to branch qqeasonchen-patch-18 in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
commit c523b06233edfeaa200626fde9481c8a67298ac4 Author: Eason Chen <[email protected]> AuthorDate: Mon Mar 13 17:12:58 2023 +0800 Update .asf.yaml --- .asf.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 09b50d4a8..f3767931b 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -42,7 +42,14 @@ github: squash: true merge: true rebase: false - notifications: + protected_branches: + master: + required_status_checks: + strict: true + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 1 +notifications: commits: [email protected] # Send all issue emails (new, closed, comments) to issues@ issues: [email protected] @@ -51,10 +58,3 @@ github: # Send individual PR comments/reviews to issues@ pullrequests_comment: [email protected] jira_options: link label worklog - protected_branches: - master: - required_status_checks: - strict: true - required_pull_request_reviews: - dismiss_stale_reviews: true - required_approving_review_count: 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
