webhook-自定义合并请求事件文案修改

This commit is contained in:
谢思 2023-04-13 13:58:00 +08:00
parent d6c543a1cd
commit d3c3b34efc
1 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ function New({ form , match , showNotification , history, projectDetail }) {
<div className="colSpan">
<span>
<Checkbox value="pull_request_only">合并请求</Checkbox>
<span>合并请求被打开被关闭被重新打开或被编辑</span>
<span>合并请求被打开被关闭或被编辑</span>
</span>
<span>
<Checkbox value="pull_request_assign">合并请求分配</Checkbox>
@ -291,7 +291,7 @@ function New({ form , match , showNotification , history, projectDetail }) {
</span>
<span>
<Checkbox value="pull_request_comment">合并请求被评论</Checkbox>
<span>合并请求评论被创建编辑或删除</span>
<span>合并请求评论被创建或删除</span>
</span>
{/* <span>
<Checkbox value="pull_request_milestone">合并请求收入里程碑</Checkbox>