mirror of
https://github.com/odoo/runbot.git
synced 2025-05-30 13:18:01 +07:00
[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:
parent
b4a25c54e4
commit
1f9713cca0
@ -662,7 +662,7 @@ class PullRequests(models.Model):
|
|||||||
source = pr.source_id or pr
|
source = pr.source_id or pr
|
||||||
(h, out, err) = conflicts.get(pr) or (None, None, None)
|
(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:
|
if has_conflicts and not h:
|
||||||
footer = '\n**WARNING** at least one co-dependent PR (%s) ' \
|
footer = '\n**WARNING** at least one co-dependent PR (%s) ' \
|
||||||
'did not properly forward-port, you will need to ' \
|
'did not properly forward-port, you will need to ' \
|
||||||
|
@ -205,7 +205,7 @@ This PR targets b and is the last of the forward-port chain.
|
|||||||
To merge the full chain, say
|
To merge the full chain, say
|
||||||
> @%s r+
|
> @%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'])),
|
""" % (users['user'], users['reviewer'], users['user'])),
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -250,7 +250,7 @@ def test_limit_after_merge(env, config, make_repo, users):
|
|||||||
(users['user'], """\
|
(users['user'], """\
|
||||||
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
|
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'),
|
(users['reviewer'], bot_name + ' up to b'),
|
||||||
(bot_name, "Sorry, forward-port limit can only be set on an origin PR"
|
(bot_name, "Sorry, forward-port limit can only be set on an origin PR"
|
||||||
|
@ -141,7 +141,7 @@ This PR targets c and is the last of the forward-port chain containing:
|
|||||||
To merge the full chain, say
|
To merge the full chain, say
|
||||||
> @%s r+
|
> @%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'],
|
users['other'], users['reviewer'],
|
||||||
pr1.display_name,
|
pr1.display_name,
|
||||||
@ -250,7 +250,7 @@ def test_update_pr(env, config, make_repo, users):
|
|||||||
fp_intermediate = (users['user'], '''\
|
fp_intermediate = (users['user'], '''\
|
||||||
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
|
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)
|
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'], """\
|
(users['user'], """\
|
||||||
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
|
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)
|
pr_remote_1b = main1.get_pr(pr1b.number)
|
||||||
@ -945,7 +945,7 @@ class TestClosing:
|
|||||||
(users['user'], """\
|
(users['user'], """\
|
||||||
This PR targets b and is part of the forward-port chain. Further PRs will be created up to c.
|
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
|
||||||
""")
|
""")
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user