feat: link commit in check suite messages

Add clickable commit links in check_suite formatter output with fallback
URL when html_url is unavailable. Remove check_run from checks template
since formatter only handles check_suite events.
This commit is contained in:
RhenCloud 2026-08-03 09:19:00 +08:00
parent 5deff66b8d
commit 55eafaeecc
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
3 changed files with 14 additions and 4 deletions

View file

@ -82,7 +82,7 @@ export const ROUTE_TEMPLATES: RouteTemplate[] = [
{
id: "checks",
nameKey: "templates.checks",
filters: [{ type: "event", match: ["check_suite", "check_run"] }],
filters: [{ type: "event", match: ["check_suite"] }],
},
{
id: "deployments",