Skip to content

Commit 93f5107

Browse files
authored
docs: remove verified validator (#99)
1 parent 0ebb5f7 commit 93f5107

2 files changed

Lines changed: 0 additions & 22 deletions

File tree

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -232,23 +232,6 @@ This validator checks if the pull request introduces too many changes to the bas
232232

233233
Filling the input with zero will disable this validator.
234234

235-
### All commits in the pull request are signed
236-
237-
<table>
238-
<tr>
239-
<th>Default</th>
240-
<td>Disabled</td>
241-
</tr>
242-
<tr>
243-
<th>Input</th>
244-
<td><code>signed</code></td>
245-
</tr>
246-
</table>
247-
248-
This validator checks if all commits in the pull request is [signed commits](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work).
249-
250-
Please refer to [this document](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification) on how signed commits work on GitHub.
251-
252235
## Inputs
253236

254237
You can customize this actions with these following options (fill it on `with` section):
@@ -268,7 +251,6 @@ You can customize this actions with these following options (fill it on `with` s
268251
| `body` | `false` | `true` | Require all pull request to have a non-empty body. |
269252
| `issue` | `false` | `true` | Require all pull request to reference an existing issue. |
270253
| `maximum_changes` | `false` | `0` | Limits file changes per one pull request. Fill with zero to disable this feature. |
271-
| `signed` | `false` | `false` | Require all commits on the pull request to be [signed commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits) |
272254
| `ignored_users` | `false` | `''` | GitHub usernames to be whitelisted from pull request validation. Must be a comma-separated string. Example: `Namchee, foo, bar` will bypass pull request validation for users `Namchee`, `foo`, `bar`. Case-sensitive.
273255
| `verbose` | `false` | `false` | Post validation report on every pull request validation flow.
274256
| `edit` | `false` | `false` | Edit existing validation report instead of submitting a new comment.

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ inputs:
5353
description: "Limits file changes per pull request"
5454
required: false
5555
default: 0
56-
signed:
57-
description: "Require all commits to be signed"
58-
required: false
59-
default: false
6056
ignored_users:
6157
description: "GitHub usernames to be whitelisted from pull request validation"
6258
required: false

0 commit comments

Comments
 (0)