This is an automated email from the ASF dual-hosted git repository.

casionone pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/linkis.git


The following commit(s) were added to refs/heads/master by this push:
     new 41fe4350c6 Restore master branch protection after history cleanup 
(#5453)
41fe4350c6 is described below

commit 41fe4350c63635c5e4bcf218506149f53e84976e
Author: aiceflower <[email protected]>
AuthorDate: Thu Jul 9 13:10:13 2026 +0800

    Restore master branch protection after history cleanup (#5453)
    
    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 <[email protected]>
---
 .asf.yaml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.asf.yaml b/.asf.yaml
index f5d022f569..08ec821f75 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: [email protected]
   issues: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to