From 6c286a04e9fd37d0181f80baae03e31eaba29d2c Mon Sep 17 00:00:00 2001 From: aiceflower Date: Mon, 6 Jul 2026 17:56:54 +0800 Subject: [PATCH] Restore master branch protection after history cleanup Removes the temporary `allow_force_pushes: true` flag that was added in PR #5444 to enable rewriting historical commits containing leaked internal credentials. The cleanup across all branches and tags is complete; master branch protection is restored to its standard configuration. Co-Authored-By: Claude Opus 4.7 --- .asf.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index f5d022f5698..08ec821f753 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -65,10 +65,6 @@ github: required_pull_request_reviews: dismiss_stale_reviews: true required_approving_review_count: 1 - # Temporarily allow force-push on master to rewrite historical commits - # for cleaning leaked corporate sensitive information per security ticket. - # This line will be removed in a follow-up PR once cleanup is complete. - allow_force_pushes: true notifications: commits: commits@linkis.apache.org issues: dev@linkis.apache.org