Skip to content

Commit

Permalink
docs: remove verified validator (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee authored Oct 29, 2023
1 parent 0ebb5f7 commit 93f5107
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,23 +232,6 @@ This validator checks if the pull request introduces too many changes to the bas

Filling the input with zero will disable this validator.

### All commits in the pull request are signed

<table>
<tr>
<th>Default</th>
<td>Disabled</td>
</tr>
<tr>
<th>Input</th>
<td><code>signed</code></td>
</tr>
</table>

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).

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.

## Inputs

You can customize this actions with these following options (fill it on `with` section):
Expand All @@ -268,7 +251,6 @@ You can customize this actions with these following options (fill it on `with` s
| `body` | `false` | `true` | Require all pull request to have a non-empty body. |
| `issue` | `false` | `true` | Require all pull request to reference an existing issue. |
| `maximum_changes` | `false` | `0` | Limits file changes per one pull request. Fill with zero to disable this feature. |
| `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) |
| `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.
| `verbose` | `false` | `false` | Post validation report on every pull request validation flow.
| `edit` | `false` | `false` | Edit existing validation report instead of submitting a new comment.
Expand Down
4 changes: 0 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ inputs:
description: "Limits file changes per pull request"
required: false
default: 0
signed:
description: "Require all commits to be signed"
required: false
default: false
ignored_users:
description: "GitHub usernames to be whitelisted from pull request validation"
required: false
Expand Down

0 comments on commit 93f5107

Please sign in to comment.