mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] runbot_merge: track PR label
It's not modified super often, but seems important to track if it happens to be modified.
This commit is contained in:
parent
4a40c0338c
commit
82ec48c8da
@ -383,7 +383,7 @@ class PullRequests(models.Model):
|
||||
author = fields.Many2one('res.partner', index=True)
|
||||
head = fields.Char(required=True, tracking=True)
|
||||
label = fields.Char(
|
||||
required=True, index=True,
|
||||
required=True, index=True, tracking=True,
|
||||
help="Label of the source branch (owner:branchname), used for "
|
||||
"cross-repository branch-matching"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user