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
dependabot[bot] 4 years ago committed by GitHub
parent ac24dd5885
commit 4ce0014239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/pr-title-checker-config.json
  2. 2
      .github/workflows/pr-title-checker.yml

@ -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]"]
}
}
}

@ -7,6 +7,6 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: thehanimo/pr-title-checker@v1.2
- uses: thehanimo/pr-title-checker@v1.3.4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save