Skip to content

Commit 8bdabee

Browse files
committed
Provide generic message on failure
1 parent ef7829b commit 8bdabee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dco-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
issue_number: context.issue.number,
1919
owner: context.repo.owner,
2020
repo: context.repo.repo,
21-
body: "${{ steps.run_tests.error }}"
21+
body: `Thanks for your contribution! To satisfy the DCO policy in our [contributing guide](CONTRIBUTING.md)
22+
every commit message must include a sign-off. You can retroactively apply this sign-off with an interactive rebase.`
2223
})

0 commit comments

Comments
 (0)