[FIX] forwardport: update the wiki link

On github wiki, the link changed from
https://github.com/odoo/odoo/wiki/Mergebot
to
https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot

Reflect these changes in the comments posted by the bot.
This commit is contained in:
Paul Morelle 2020-02-12 13:48:11 +01:00 committed by xmo-odoo
parent b4a25c54e4
commit 1f9713cca0
3 changed files with 7 additions and 7 deletions

View File

@ -662,7 +662,7 @@ class PullRequests(models.Model):
source = pr.source_id or pr
(h, out, err) = conflicts.get(pr) or (None, None, None)
footer = '\nMore info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port\n'
footer = '\nMore info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port\n'
if has_conflicts and not h:
footer = '\n**WARNING** at least one co-dependent PR (%s) ' \
'did not properly forward-port, you will need to ' \

View File

@ -205,7 +205,7 @@ This PR targets b and is the last of the forward-port chain.
To merge the full chain, say
> @%s r+
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
More info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port
""" % (users['user'], users['reviewer'], users['user'])),
]
@ -250,7 +250,7 @@ def test_limit_after_merge(env, config, make_repo, users):
(users['user'], """\
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
More info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port
"""),
(users['reviewer'], bot_name + ' up to b'),
(bot_name, "Sorry, forward-port limit can only be set on an origin PR"

View File

@ -141,7 +141,7 @@ This PR targets c and is the last of the forward-port chain containing:
To merge the full chain, say
> @%s r+
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
More info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port
""" % (
users['other'], users['reviewer'],
pr1.display_name,
@ -250,7 +250,7 @@ def test_update_pr(env, config, make_repo, users):
fp_intermediate = (users['user'], '''\
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
More info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port
''')
ci_warning = (users['user'], 'Ping @%(user)s, @%(reviewer)s\n\nci/runbot failed on this forward-port PR' % users)
@ -849,7 +849,7 @@ def test_batched(env, config, make_repo, users):
(users['user'], """\
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
More info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port
"""),
]
pr_remote_1b = main1.get_pr(pr1b.number)
@ -945,7 +945,7 @@ class TestClosing:
(users['user'], """\
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port
More info at https://github.com/odoo/odoo/wiki/Mergebot-and-Forwardbot#forward-port
""")
]