Skip to content

Commit 6b949f9

Browse files
committed
catchall regexp
1 parent 05bed29 commit 6b949f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: mtfoley/pr-compliance-action@main
2121
with:
2222
body-fail: false
23-
body-regex: '*' # Accept any body
23+
body-regex: '[\s\S]*' # Accept any body including newlines
2424
body-auto-close: false
2525
ignore-authors: |-
2626
allcontributors

0 commit comments

Comments
 (0)