feat: support check_suite webhook events

This commit is contained in:
RhenCloud 2026-08-03 06:58:47 +08:00
parent 7179a35457
commit fb9550b94d
No known key found for this signature in database
GPG key ID: A574A617378C4E0B
6 changed files with 115 additions and 2 deletions

View file

@ -56,6 +56,7 @@ export const zh = {
commit: "提交",
environment: "环境",
url: "链接",
service: "服务",
severity: "严重程度",
rule: "规则",
package: "包",
@ -128,6 +129,9 @@ export const zh = {
check_run: {
title: "{repo}: {name} — {conclusion}",
},
check_suite: {
title: "{repo}: 检查套件 {conclusion}",
},
pr_review: {
action_review: "{emoji}**{action}** 审查",
title: "{repo}#{number}: {title}",