Skip to content

Commit c4d55ff

Browse files
author
metworkbot
committed
build: sync common files from github_organization_management repository
1 parent 9a9f1b6 commit c4d55ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)