developer(ET): auto-commit from developer run_id=363
This commit is contained in:
@@ -67,7 +67,7 @@ from .plane_sync import (
|
||||
list_issues_by_state,
|
||||
)
|
||||
from .webhooks.plane import handle_status_start, handle_verdict
|
||||
from .notifications import send_telegram
|
||||
from .notifications import send_telegram, link_for
|
||||
from . import projects
|
||||
|
||||
logger = logging.getLogger("orchestrator.reconciler")
|
||||
@@ -447,7 +447,7 @@ class Reconciler:
|
||||
if settings.reconcile_notify_unblock:
|
||||
try:
|
||||
send_telegram(
|
||||
f"\U0001f527 reconciler: {work_item_id} {stage} "
|
||||
f"\U0001f527 reconciler: {link_for(work_item_id)} {stage} "
|
||||
f"разблокирована (потерян webhook)"
|
||||
)
|
||||
except Exception as e: # noqa: BLE001 - never break the tick
|
||||
|
||||
Reference in New Issue
Block a user