Skip to content
Snippets Groups Projects
Unverified Commit 4ce00142 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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: default avatardependabot[bot] <support@github.com>

* Fix title check regex for Bump

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: default avatarDiego Sampaio <chinello@gmail.com>
parent ac24dd58
No related branches found
No related tags found
No related merge requests found
{
"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 }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment