allow spaces before colon in pr title

This commit is contained in:
ThatGamerBlue
2020-04-09 17:21:29 +01:00
committed by GitHub
parent 5c857fb35b
commit 29d7ba297e

View File

@@ -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