Skip to content

Commit 7319f92

Browse files
authored
fix: don't fail on PR body (#1763)
1 parent 3d186ec commit 7319f92

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/compliance.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
steps:
2020
- uses: mtfoley/pr-compliance-action@main
2121
with:
22+
body-fail: false
23+
body-regex: '[\s\S]*' # Accept any body including newlines
2224
body-auto-close: false
2325
ignore-authors: |-
2426
allcontributors

0 commit comments

Comments
 (0)