新建分支保护规则

This commit is contained in:
caishi 2020-06-19 14:09:35 +08:00
parent 277341e889
commit cb6608ec6b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ export default Form.create()(
{helper(
"设置分支/通配符",
"sign",
[],
[{ required: true, message: "请输入分支/通配符" }],
<Input placeholder="请输入分支名称或通配符规则" />,'setStyleRule'
)}
<p className="color-grey-8 mb20">例如设置为master则对名称为master的分支生效设置为*-stable release*则对名称符合此通配符的所有保护分支生效</p>