Skip to content

Commit fa5c54f

Browse files
committed
Clarify message formatting.
Signed-off-by: Jesse Whitehouse <[email protected]>
1 parent 8bdabee commit fa5c54f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/dco-check.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
issue_number: context.issue.number,
1919
owner: context.repo.owner,
2020
repo: context.repo.repo,
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.`
21+
body: `Thanks for your contribution! To satisfy the DCO policy in our \
22+
[contributing guide](https://github.com/databricks/databricks-sql-python/blob/main/CONTRIBUTING.md) \
23+
every commit message must include a sign-off. One or more of your commits is missing this sign-off message. \
24+
You can retroactively apply this sign-off with an interactive rebase.`
2325
})

0 commit comments

Comments
 (0)