Skip to content

Commit af2adb4

Browse files
authored
Specify relation between multiple signing options (#15496)
1 parent 2a42d80 commit af2adb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/content/doc/advanced/signing.en-us.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ when creating a repository. The possible values are:
109109
- `always`: Always sign
110110

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

114114
### `WIKI`
115115

@@ -123,7 +123,7 @@ The possible values are:
123123
- `always`: Always sign
124124

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

128128
### `CRUD_ACTIONS`
129129

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

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

142142
### `MERGES`
143143

@@ -154,7 +154,7 @@ The possible options are:
154154
- `always`: Always sign
155155

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

159159
## Obtaining the Public Key of the Signing Key
160160

0 commit comments

Comments
 (0)