'pull' -> 'PR' in !ghpull
This commit is contained in:
parent
11c4d70156
commit
b549a28bed
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class Module(ModuleManager.BaseModule):
|
|||
state = utils.irc.color("closed", COLOR_NEGATIVE)
|
||||
|
||||
event["stdout"].write(
|
||||
"(%s pull%s, %s) %s → %s [%s/%s] %s %s" % (
|
||||
"(%s PR%s, %s) %s → %s [%s/%s] %s %s" % (
|
||||
repo, number, state, branch_from, branch_to, added, removed,
|
||||
page.data["title"], url))
|
||||
def _gh_get_pull(self, username, repository, number):
|
||||
|
|
Loading…
Reference in a new issue