diff --git a/runbot_merge/models/pull_requests.py b/runbot_merge/models/pull_requests.py index 37f552da..2340f33a 100644 --- a/runbot_merge/models/pull_requests.py +++ b/runbot_merge/models/pull_requests.py @@ -775,7 +775,7 @@ class PullRequests(models.Model): (is_author or source_author) and self.reviewed_by and commands.Reject, (is_author or source_author) and self.error and commands.Retry, - is_author and not self.source_id and commands.FW, + (is_author or source_author) and commands.FW, is_author and commands.Limit, source_author and self.source_id and commands.Close,