We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05bed29 commit 6b949f9Copy full SHA for 6b949f9
.github/workflows/compliance.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: mtfoley/pr-compliance-action@main
21
with:
22
body-fail: false
23
- body-regex: '*' # Accept any body
+ body-regex: '[\s\S]*' # Accept any body including newlines
24
body-auto-close: false
25
ignore-authors: |-
26
allcontributors
0 commit comments