mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[mod] clean stuff
This commit is contained in:
parent
44b4886592
commit
0d746a6efc
1 changed files with 1 additions and 9 deletions
10
server.py
10
server.py
|
@ -65,15 +65,7 @@ async def github(request):
|
|||
commit_message = commit["message"]
|
||||
notify(f"[{repository}/{branch}] {commit_message} - {author}")
|
||||
|
||||
"""
|
||||
2019-01-30 15:26:41 yunobridge <GitBot> [yunohost] @alexAubin commented on issue #636: >you can completly remove the CCC server... https://github.com/YunoHost/yunohost/pull/636#issuecomment-458962632
|
||||
"""
|
||||
|
||||
# if hook_type == "pull_request":
|
||||
# project = request.json["repository"]["name"]
|
||||
# number = request.json["pull_request"]["number"]
|
||||
|
||||
# print("reimporting pr %s#%s" % (project, number))
|
||||
return text("ok")
|
||||
|
||||
|
||||
@app.route("/")
|
||||
|
|
Loading…
Reference in a new issue