We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef7829b commit 8bdabeeCopy full SHA for 8bdabee
.github/workflows/dco-check.yml
@@ -18,5 +18,6 @@ jobs:
18
issue_number: context.issue.number,
19
owner: context.repo.owner,
20
repo: context.repo.repo,
21
- body: "${{ steps.run_tests.error }}"
+ 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.`
23
})
0 commit comments