mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-03-25 14:30:31 +00:00
If you attempt to merge to a branch which on a PR there will be a nil pointer error in the pull request checker. This panic is uncaught and will bring down the gitea server. This PR adds protection to prevent this. Co-authored-by: zeripath <art27@cantab.net>