allow spaces before colon in pr title
This commit is contained in:
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
if: github.event_name == 'pull_request'
|
if: github.event_name == 'pull_request'
|
||||||
uses: seferov/pr-lint-action@v1.0.3
|
uses: seferov/pr-lint-action@v1.0.3
|
||||||
with:
|
with:
|
||||||
title-regex: '^([\w-/]+): \w+'
|
title-regex: '^([\w-/ ]+): [\w ]+'
|
||||||
|
|
||||||
validate:
|
validate:
|
||||||
name: Validate gradle wrapper
|
name: Validate gradle wrapper
|
||||||
|
|||||||
Reference in New Issue
Block a user