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

Avoid opening/closing PRs which are already merged (#25883) #25903

Merged
merged 2 commits into from
Jul 17, 2023

Commits on Jul 15, 2023

  1. Avoid opening/closing PRs which are already merged (go-gitea#25883)

    We can select PRs to open/close them by one click, but we forgot to
    check whether it is merged.
    You can get an opening merged PR:
    
    ![image](https://github.com/go-gitea/gitea/assets/18380374/22c2e747-4bb9-4742-a9aa-ef39d5308bc5)
    
    You can confirm this in:
    https://try.gitea.io/yp05327/testrepo/pulls/5
    yp05327 authored and GiteaBot committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    f615c7c View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

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