This commit is contained in:
张建平 2025-04-23 15:23:27 +08:00
parent 446d135581
commit b556dc943e

View File

@ -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")
)