Pull request is broken

Hi, we are facing an issue in one of our Gitea repositories. If a pull request (PR) is created then a new commit is pushed to the source (head) branch the PR became broken. The newly pushed commit doesn’t appear in the PR. The following picture shows the current error message: (This pull request is broken due to missing fork information.)

The branch protection is set to the destination branch (develop_ on the picture). In this repository all created PRs behave the same independently which are the source and destination branches. In our other repository this error never comes.

Could you help me what can be the reason to get this error after pushing a commit in an existing PR?

Gitea version is 1.11.4

br,
Denes

The problem is solved. For details please check this issue: https://github.com/go-gitea/gitea/issues/11105