Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug when pushing to a pull request which enabled dismiss approval automatically (#25882) #26158

Merged
merged 2 commits into from
Jul 27, 2023

Commits on Jul 26, 2023

  1. Fix bug when pushing to a pull request which enabled dismiss approval…

    … automatically (go-gitea#25882)
    
    Fix go-gitea#25858
    
    The option `dissmiss stale approvals` was listed on protected branch but
    never implemented. This PR fixes that.
    
    <img width="1006" alt="图片"
    src="https://github.com/go-gitea/gitea/assets/81045/60bfa968-4db7-4c24-b8be-2e5978f91bb9">
    
    <img width="1021" alt="图片"
    src="https://github.com/go-gitea/gitea/assets/81045/8dabc14d-2dfe-40c2-94ed-24fcbf6e0e8f">
    lunny committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    da5dd3c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    d2c2a3d View commit details
    Browse the repository at this point in the history