[FIX] runbot: linting

This commit is contained in:
Xavier-Do 2025-03-10 09:54:18 +01:00 committed by xdo
parent baacd1e148
commit f0d6df2890

View File

@ -32,7 +32,7 @@ class Branch(models.Model):
pull_head_name = fields.Char(string='PR HEAD name', readonly=True, store=True) pull_head_name = fields.Char(string='PR HEAD name', readonly=True, store=True)
pull_head_remote_id = fields.Many2one('runbot.remote', 'Pull head repository', store=True, index=True) pull_head_remote_id = fields.Many2one('runbot.remote', 'Pull head repository', store=True, index=True)
target_branch_name = fields.Char( string='PR target branch', store=True) target_branch_name = fields.Char(string='PR target branch', store=True)
reviewers = fields.Char('Reviewers') reviewers = fields.Char('Reviewers')
reflog_ids = fields.One2many('runbot.ref.log', 'branch_id') reflog_ids = fields.One2many('runbot.ref.log', 'branch_id')