mirror of
https://github.com/lubuntu-team/lugito.git
synced 2025-05-01 21:11:28 +00:00
Print the commit name too.
This commit is contained in:
parent
b7d3569bc7
commit
c82c7fc555
2
lugito
2
lugito
@ -141,6 +141,8 @@ def main():
|
|||||||
sendnotice(message)
|
sendnotice(message)
|
||||||
elif data["object"]["type"] == "CMIT":
|
elif data["object"]["type"] == "CMIT":
|
||||||
print("It's a commit!")
|
print("It's a commit!")
|
||||||
|
commitphid = data["object"]["phid"]
|
||||||
|
print(phab.phid.query(phids=[commitphid])[commitphid]["fullName"])
|
||||||
|
|
||||||
return "OK"
|
return "OK"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user