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