.
This commit is contained in:
parent
446d135581
commit
b556dc943e
@ -94,6 +94,7 @@ class WebHookView(View):
|
||||
labels = json_data["labels"]
|
||||
if labels and labels[0].get("title"):
|
||||
if json_data.get("object_attributes").get("detailed_merge_status") == "mergeable":
|
||||
if json_data.get("object_attributes").get("action") == "update":
|
||||
provider.save_pr_agent_log(
|
||||
request_data=json_data, project_id=project_config.get("project_id")
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user