diff --git a/buildbot_nix/gitea_projects.py b/buildbot_nix/gitea_projects.py index 995f30f..03bae40 100644 --- a/buildbot_nix/gitea_projects.py +++ b/buildbot_nix/gitea_projects.py @@ -181,6 +181,9 @@ class GiteaBackend(GitBackend): def create_change_hook(self) -> dict[str, Any]: return { "secret": self.webhook_secret, + # The "mergable" field is a bit buggy, + # we already do the merge locally anyway. + "onlyMergeablePullRequest": False, } def create_avatar_method(self) -> AvatarBase | None: