mirror of
https://github.com/YunoHost/webhooks.git
synced 2024-09-03 19:56:54 +02:00
[mod] add another action to ignore
This commit is contained in:
parent
7af55d9eac
commit
c82e5a55b2
1 changed files with 1 additions and 1 deletions
|
@ -253,7 +253,7 @@ async def github(request):
|
|||
elif action == "demilestoned":
|
||||
notify(f"[{repository}] @{user} {action} pull_request #{pull_request_number}: {pull_request_title} {url}")
|
||||
|
||||
elif action in ("review_requested", "review_request_removed"):
|
||||
elif action in ("review_requested", "review_request_removed", "synchronize"):
|
||||
pass # we don't care about those...
|
||||
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue