mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[IMP] forwardport: add missing space
Instead of "[FW]Create README.md", the forwardport PR is now named "[FW] Create README.md"
This commit is contained in:
parent
91efbec943
commit
ede5384607
@ -646,7 +646,7 @@ class PullRequests(models.Model):
|
||||
r = gh.post(f'https://api.github.com/repos/{pr.repository.name}/pulls', json={
|
||||
'base': target.name,
|
||||
'head': f'{owner}:{new_branch}',
|
||||
'title': '[FW]' + title,
|
||||
'title': '[FW]' + (' ' if title[0] != '[' else '') + title,
|
||||
'body': body
|
||||
})
|
||||
if not r.ok:
|
||||
|
Loading…
Reference in New Issue
Block a user