mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat: support check_suite webhook events
This commit is contained in:
parent
7179a35457
commit
fb9550b94d
6 changed files with 115 additions and 2 deletions
|
|
@ -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}",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue