Skip to content

Commit

Permalink
Update README file (#42)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Sep 10, 2024
1 parent ad80990 commit 0eab700
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 0eab700

Please sign in to comment.