mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[IMP] runbot_merge: name PR correctly on staging success
Logging PRs by id is unusual, unreadable, and inconvenient.
This commit is contained in:
parent
10ca096d86
commit
fe7cd8e1f0
@ -2298,7 +2298,7 @@ class Stagings(models.Model):
|
|||||||
prs = self.mapped('batch_ids.prs')
|
prs = self.mapped('batch_ids.prs')
|
||||||
logger.info(
|
logger.info(
|
||||||
"%s FF successful, marking %s as merged",
|
"%s FF successful, marking %s as merged",
|
||||||
self, prs
|
self, prs.mapped('display_name'),
|
||||||
)
|
)
|
||||||
self.batch_ids.merge_date = fields.Datetime.now()
|
self.batch_ids.merge_date = fields.Datetime.now()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user