This is an automated email from the ASF dual-hosted git repository. dockerzhang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/inlong.git
The following commit(s) were added to refs/heads/master by this push: new 8e72727dd3 [INLONG-9104][ASF] Add a protected branches strategy for the master branch (#9105) 8e72727dd3 is described below commit 8e72727dd3b02b4bcd530b82454353b326ccace3 Author: Charles Zhang <dockerzh...@apache.org> AuthorDate: Wed Oct 25 11:39:01 2023 +0800 [INLONG-9104][ASF] Add a protected branches strategy for the master branch (#9105) --- .asf.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index 38273d0463..589863a090 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -47,6 +47,15 @@ github: dependabot_alerts: true # disable the dependabot_updates dependabot_updates: false + # add protected branches strategy + protected_branches: + master: + required_status_checks: + # strict means "Require branches to be up to date before merging" + strict: true + required_pull_request_reviews: + dismiss_stale_reviews: true + required_approving_review_count: 2 notifications: commits: commits@inlong.apache.org