Skip to content

Commit 869d838

Browse files
authored
docs(readme): add missing fastify-dependency-integration input (#142)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 8775ed1 commit 869d838

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
| Input Name | Required | Type | Default | Description |
6666
| ---------------------------------- | ---------- | ------- | --------- | ---------------------------------------------------------------------------------- |
6767
| `auto-merge-exclude` | false | string | `fastify` | Provide a semicolon separated list of packages that you do not want to be auto-merged. |
68+
| `fastify-dependency-integration` | false | boolean | `false` | Set to `true` to run fastify tests with the (proposed) changes. |
6869
| `license-check` | false | boolean | `false` | Set to `true` to check that a repository's production dependencies use permissive licenses: 0BSD, Apache-2.0, BSD-2-Clause, BSD-3-Clause, MIT, or ISC. |
6970
| `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. |
7071
| `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. |

0 commit comments

Comments
 (0)