Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
allow spaces before colon in pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGamerBlue authored Apr 9, 2020
1 parent 5c857fb commit 29d7ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29d7ba2

Please sign in to comment.