Update dco.md

This commit is contained in:
Bex Warner
2018-08-24 13:47:18 -05:00
committed by GitHub
parent b234f58fc1
commit 56fa4c8678

View File

@@ -55,7 +55,7 @@ Git even has a `-s` command line option to append this automatically to your com
$ git commit -s -m 'This is my commit message'
```
Once [installed](#usage), this integration will create a [check](https://developer.github.com/v3/checks/runs/) indicating whether or not commits in a Pull Request do not contain a valid `Signed-off-by` line.
Once installed, this integration will create a [check](https://developer.github.com/v3/checks/runs/) indicating whether or not commits in a Pull Request do not contain a valid `Signed-off-by` line.
Additionally, the DCO creates an override button accessible to only those with write access to the repository to create a successful check.