文件名称:action-pr-title:Github操作以强制执行“拉取请求”标题约定
文件大小:533KB
文件格式:ZIP
更新时间:2024-05-23 09:42:27
pull-request pullrequest pull-requests hacktoberfest pullrequests
分支命名规则 Github操作以强制执行“拉取请求”标题约定 用法 参见 steps : - uses : deepakputhraya/action-pr-title@master with : regex : ' ([a-z])+\/([a-z])+ ' # Regex the title should match. allowed_prefixes : ' feature,fix,JIRA ' # title should start with the given prefix disallowed_prefixes : ' feat/,hotfix ' # title should not start with the given prefix prefix_case_sensitive : false # title prefix are