mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[CHG] runbot_merge: deskill mergebot feedback
twas heehee in the moment but it's not really a long term hoohoo haahaa.
This commit is contained in:
parent
ec01523875
commit
ff6f046811
@ -269,7 +269,7 @@ class Parser:
|
||||
if handler:
|
||||
yield handler(self)
|
||||
elif '!' in token:
|
||||
raise CommandError("skill issue, noob")
|
||||
raise CommandError("no need to scream")
|
||||
else:
|
||||
raise CommandError(f"unknown command {token!r}")
|
||||
|
||||
|
@ -947,7 +947,7 @@ For your own safety I've ignored *everything in your entire comment*.
|
||||
msg = "you can't set a forward-port limit."
|
||||
# NO!
|
||||
case _:
|
||||
msg = f"you can't {command}. Skill issue."
|
||||
msg = f"you can't {command}."
|
||||
if msg is not None:
|
||||
rejections.append(msg)
|
||||
|
||||
|
@ -3158,7 +3158,7 @@ class TestReviewing:
|
||||
assert prx.comments == [
|
||||
(users['reviewer'], 'hansen r+'),
|
||||
seen(env, prx, users),
|
||||
(users['user'], "@{} you can't review+. Skill issue.".format(users['reviewer'])),
|
||||
(users['user'], "@{} you can't review+.".format(users['reviewer'])),
|
||||
]
|
||||
|
||||
def test_self_review_success(self, env, repo, users, config):
|
||||
|
Loading…
Reference in New Issue
Block a user