forgejo/routers
yp05327 ec35af470c
Avoid opening/closing PRs which are already merged (#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
2023-07-15 22:10:49 +00:00
..
api Add support for different Maven POM encoding (#25873) 2023-07-14 09:39:15 +00:00
common Less naked returns (#25713) 2023-07-07 05:31:56 +00:00
install Show correct SSL Mode on "install page" (#25818) 2023-07-11 18:09:23 -04:00
private Replace interface{} with any (#25686) 2023-07-04 18:36:08 +00:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web Avoid opening/closing PRs which are already merged (#25883) 2023-07-15 22:10:49 +00:00
init.go Refactor path & config system (#25330) 2023-06-21 13:50:26 +08:00