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 fa5c54f commit 07f20d2Copy full SHA for 07f20d2
.github/workflows/dco-check.yml
@@ -20,6 +20,6 @@ jobs:
20
repo: context.repo.repo,
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.`
+ every commit message must include a sign-off message. One or more of your commits is missing this message. \
+ You can reword previous commit messages with an interactive rebase (\`git rebase -i main\`).`
25
})
0 commit comments