From 29d7ba297ed3935788dd972482173b2c8c9743be Mon Sep 17 00:00:00 2001 From: ThatGamerBlue Date: Thu, 9 Apr 2020 17:21:29 +0100 Subject: [PATCH] allow spaces before colon in pr title --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e5164a1598..81959d28d0 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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