Skip to content

Improve signing documentation #15496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/content/doc/advanced/signing.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ when creating a repository. The possible values are:
- `always`: Always sign

Options other than `never` and `always` can be combined as a comma
separated list.
separated list. The commit will be signed if all selected options are true.

### `WIKI`

Expand All @@ -123,7 +123,7 @@ The possible values are:
- `always`: Always sign

Options other than `never` and `always` can be combined as a comma
separated list.
separated list. The commit will be signed if all selected options are true.

### `CRUD_ACTIONS`

Expand All @@ -137,7 +137,7 @@ editor or API CRUD actions. The possible values are:
- `always`: Always sign

Options other than `never` and `always` can be combined as a comma
separated list.
separated list. The change will be signed if all selected options are true.

### `MERGES`

Expand All @@ -154,7 +154,7 @@ The possible options are:
- `always`: Always sign

Options other than `never` and `always` can be combined as a comma
separated list.
separated list. The merge will be signed if all selected options are true.

## Obtaining the Public Key of the Signing Key

Expand Down