File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ pull_request_rules:
125125 - " #approved-reviews-by>=1"
126126 - -title~=(WIP|wip)
127127 - " label!=Status: Blocked"
128- - " title~=^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat| feat!|fix!)(\\ ([a-z]+\\ ))?: .*$"
128+ - " title~=^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|feat!|fix!)(\\ ([a-z]+\\ ))?: .*$"
129129
130130 - status-success=license/cla
131131
@@ -138,7 +138,7 @@ pull_request_rules:
138138 => you have to change the PR title to match conventional commit specification:
139139
140140 ```
141- regex: ^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat| feat!|fix!)(\([a-z]+\))?: .*$
141+ regex: ^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|feat!|fix!)(\([a-z]+\))?: .*$
142142 ```
143143
144144 As the title will be used for the commit message (and so for changelog entry if `feat:` or `fix:`).
@@ -151,7 +151,7 @@ pull_request_rules:
151151 - " #approved-reviews-by>=1"
152152 - -title~=(WIP|wip)
153153 - " label!=Status: Blocked"
154- - " -title~=^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|fix|feat| feat!|fix!)(\\ ([a-z]+\\ ))?: .*$"
154+ - " -title~=^(build|chore|ci|docs|style|refactor|perf|test|fix|feat|feat!|fix!)(\\ ([a-z]+\\ ))?: .*$"
155155
156156 - status-success=license/cla
157157
You can’t perform that action at this time.
0 commit comments