Bump thehanimo/pr-title-checker from 1.2 to 1.3.4 (#23853)
* Bump thehanimo/pr-title-checker from 1.2 to 1.3.4 Bumps [thehanimo/pr-title-checker](https://github.com/thehanimo/pr-title-checker) from 1.2 to 1.3.4. - [Release notes](https://github.com/thehanimo/pr-title-checker/releases) - [Commits](https://github.com/thehanimo/pr-title-checker/compare/v1.2...v1.3.4) --- updated-dependencies: - dependency-name: thehanimo/pr-title-checker dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix title check regex for Bump Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Diego Sampaio <chinello@gmail.com>pull/22691/head
parent
ac24dd5885
commit
4ce0014239
@ -1,10 +1,10 @@ |
||||
{ |
||||
"LABEL": { |
||||
"name": "Invalid PR Title", |
||||
"color": "B60205" |
||||
"name": "Invalid PR Title", |
||||
"color": "B60205" |
||||
}, |
||||
"CHECKS": { |
||||
"regexp": "^(?:(?:\\[(NEW|BREAK|IMPROVE|FIX)\\](\\[(ENTERPRISE|APPS)\\])?|(?:Regression|Chore|Bump|Revert|i18n):) .+|Release [0-9]+\\.[0-9]+\\.[0-9]+|Merge master into develop)", |
||||
"ignoreLabels" : ["[ignore-title]"] |
||||
"regexp": "^(?:(?:\\[(NEW|BREAK|IMPROVE|FIX)\\](\\[(ENTERPRISE|APPS)\\])?|(?:Regression|Chore|Revert|i18n):)|(?:Bump) .+|Release [0-9]+\\.[0-9]+\\.[0-9]+|Merge master into develop)", |
||||
"ignoreLabels" : ["[ignore-title]"] |
||||
} |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue