Skip to content

Commit

Permalink
Merge pull request TencentBlueKing#9580 from xiaody/fix/typo
Browse files Browse the repository at this point in the history
fix: typo sucess -> success
本次灵活处理,因提交的信息影响不大。
下次记得按规范,提交commit 信息要有关联的 issue 单,
比如 
fix:  typo #xxxx
xxxx为 issue 单号
  • Loading branch information
irwinsun authored Dec 12, 2023
2 parents 84b6a46 + 1ac0025 commit cc3fa1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions support-files/i18n/notify/template_en_US.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -783,11 +783,11 @@
id: "aab3cc905f004b9392773d388d64daef"
sender: "DevOps"
title: "The pipeline under the project [${projectName}] [${pipelineName}] # ${buildNum} builds Stage audit"
body: "The build status is stage sucess, and your audit is required to implement the follow-up process.\nAudit description: ${reviewDesc}\nClick ${reviewUrl} on the computer side\nClick ${reviewAppUrl} on the mobile phone"
body: "The build status is stage success, and your audit is required to implement the follow-up process.\nAudit description: ${reviewDesc}\nClick ${reviewUrl} on the computer side\nClick ${reviewAppUrl} on the mobile phone"
weworkGroupTemplate:
id: "cead07553b364b5a9c3f0290e35c82da"
title: "The pipeline under the project [${projectName}] [${pipelineName}] # ${buildNum} builds Stage audit"
body: "The build status is stage sucess, and an audit of \"${reviewers}\" is required to execute the subsequent process.\n\nAudit description:\n${reviewDesc}\n\n[click on the computer side] (${reviewUrl})\n[click on mobile] (${reviewAppUrl})"
body: "The build status is stage success, and an audit of \"${reviewers}\" is required to execute the subsequent process.\n\nAudit description:\n${reviewDesc}\n\n[click on the computer side] (${reviewUrl})\n[click on mobile] (${reviewAppUrl})"
creator: "system"
modifior: "system"
- index: 37
Expand Down
4 changes: 2 additions & 2 deletions support-files/i18n/notify/template_zh_CN.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -783,11 +783,11 @@
id: "aab3cc905f004b9392773d388d64daef"
sender: "DevOps"
title: "项目【${projectName}】下的流水线【${pipelineName}】#${buildNum} 构建Stage审核"
body: "构建状态为stage sucess,需要您的审核才执行后续流程\n审核说明: ${reviewDesc}\n电脑端点击 ${reviewUrl}\n手机端点击 ${reviewAppUrl}"
body: "构建状态为stage success,需要您的审核才执行后续流程\n审核说明: ${reviewDesc}\n电脑端点击 ${reviewUrl}\n手机端点击 ${reviewAppUrl}"
weworkGroupTemplate:
id: "cead07553b364b5a9c3f0290e35c82da"
title: "项目【${projectName}】下的流水线【${pipelineName}】#${buildNum} 构建Stage审核"
body: "构建状态为stage sucess,需要「${reviewers}」的审核才执行后续流程\n\n审核说明: \n${reviewDesc}\n\n[电脑端点击](${reviewUrl})\n[手机端点击](${reviewAppUrl})"
body: "构建状态为stage success,需要「${reviewers}」的审核才执行后续流程\n\n审核说明: \n${reviewDesc}\n\n[电脑端点击](${reviewUrl})\n[手机端点击](${reviewAppUrl})"
creator: "system"
modifior: "system"
- index: 37
Expand Down

0 comments on commit cc3fa1a

Please sign in to comment.