This is an automated email from the ASF dual-hosted git repository. tison pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/curator.git
commit a72fe5173881fa399546a459b2946a749568112b Author: tison <[email protected]> AuthorDate: Wed Apr 12 21:18:23 2023 +0800 Disable force required to allow push release commits Since we do not use release branch pattern, we need this commit otherwise the process is not working. Signed-off-by: tison <[email protected]> --- .asf.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 54e12d52..953d24ef 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -33,12 +33,7 @@ github: merge: false rebase: true protected_branches: - master: - required_status_checks: - strict: false - contexts: - - Required - required_signatures: false + master: {} notifications: commits: [email protected]
