-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ The primary benefit of using remediation commits to fix missing or invalid sign- | |
|
||
Remediation commits can be `individual` or `third-party`, and they **must** be properly signed off. | ||
|
||
By default, both are **disabled**, but they can be enabled in the [configuration file](docs/config/dco.yml): | ||
By default, both are **disabled**, but they can be enabled in the [configuration file](docs/config/dco.yml) (`.github/dco.yml`): | ||
|
||
```yaml | ||
allowRemediationCommits: | ||
|
@@ -99,7 +99,7 @@ Signed-off-by: User2 <[email protected]> | |
|
||
It is possible to disable the check for commits authored and [signed](https://help.github.com/articles/signing-commits-using-gpg/) by members of the organization the repository belongs to. | ||
|
||
By default, this feature is **disabled**. To enable it, the following section must be added to the [configuration file](docs/config/dco.yml): | ||
By default, this feature is **disabled**. To enable it, the following section must be added to the [configuration file](docs/config/dco.yml) (`.github/dco.yml`): | ||
|
||
```yaml | ||
require: | ||
|