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

pandalee pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fury.git


The following commit(s) were added to refs/heads/main by this push:
     new ea4c1bf7 chore: remove required_linear_history (#2122)
ea4c1bf7 is described below

commit ea4c1bf76fde15b0f1b1381c2201eebf218a918f
Author: Shawn Yang <[email protected]>
AuthorDate: Tue Mar 25 21:46:19 2025 +0800

    chore: remove required_linear_history (#2122)
    
    ## What does this PR do?
    
    remove required_linear_history
    
    ## Related issues
    Closes #2121
    
    ## Does this PR introduce any user-facing change?
    
    <!--
    If any user-facing interface changes, please [open an
    issue](https://github.com/apache/fury/issues/new/choose) describing the
    need to do so and update the document if necessary.
    -->
    
    - [ ] Does this PR introduce any public API change?
    - [ ] Does this PR introduce any binary protocol compatibility change?
    
    ## Benchmark
    
    <!--
    When the PR has an impact on performance (if you don't know whether the
    PR will have an impact on performance, you can submit the PR first, and
    if it will have impact on performance, the code reviewer will explain
    it), be sure to attach a benchmark data here.
    -->
---
 .asf.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 2235942c..e7a391a8 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -53,7 +53,6 @@ github:
       required_pull_request_reviews:
         dismiss_stale_reviews: false
         required_approving_review_count: 1
-        required_linear_history: true
     releases-0.4.1: {}
     releases-0.4.0: {}
     releases-0.3.1: {}


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

Reply via email to