from_repo
/to_repo
-> repo_from
/repo_to
(github.py)
This commit is contained in:
parent
2afe2d1c57
commit
470f9fc945
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class Module(ModuleManager.BaseModule):
|
||||||
event["stdout"].write(
|
event["stdout"].write(
|
||||||
"(%s/%s pull#%s) [%s/%s] %s→%s - %s %s" % (
|
"(%s/%s pull#%s) [%s/%s] %s→%s - %s %s" % (
|
||||||
username, repository, number, added, removed,
|
username, repository, number, added, removed,
|
||||||
from_repo, to_repo, page.data["title"], url))
|
repo_from, repo_to, page.data["title"], url))
|
||||||
|
|
||||||
@utils.hook("api.post.github")
|
@utils.hook("api.post.github")
|
||||||
def webhook(self, event):
|
def webhook(self, event):
|
||||||
|
|
Loading…
Reference in a new issue