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'
|
||||
uses: seferov/pr-lint-action@v1.0.3
|
||||
with:
|
||||
title-regex: '^([\w-/]+): \w+'
|
||||
title-regex: '^([\w-/ ]+): [\w ]+'
|
||||
|
||||
validate:
|
||||
name: Validate gradle wrapper
|
||||
|
||||
Reference in New Issue
Block a user