Skip to content

Commit 126c78a

Browse files
committed
README, spelling, alphabetize
1 parent 450e739 commit 126c78a

File tree

6 files changed

+38
-37
lines changed

6 files changed

+38
-37
lines changed

.github/workflows/plugins-ci-mongo.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ on:
44
workflow_call:
55
inputs:
66
auto-merge-exclude:
7-
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
7+
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
88
required: false
99
default: 'fastify'
1010
type: string
11+
fail-fast:
12+
description: 'Set to false to disable the fail-fast strategy.'
13+
required: false
14+
default: true
15+
type: boolean
1116
license-check:
12-
description: 'Check licenses'
17+
description: 'Check licenses.'
1318
required: false
1419
type: boolean
1520
default: false
1621
license-check-allowed-additional:
17-
description: 'A semicolon seperated list of additional licenses to allow.'
22+
description: 'A semicolon separated list of additional licenses to allow.'
1823
required: false
1924
type: string
2025
default: ''
@@ -23,11 +28,6 @@ on:
2328
required: false
2429
default: false
2530
type: boolean
26-
fail-fast:
27-
description: 'Set the fail-fast strategey setting.'
28-
required: false
29-
default: true
30-
type: boolean
3131

3232
jobs:
3333
dependency-review:

.github/workflows/plugins-ci-mysql.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ on:
44
workflow_call:
55
inputs:
66
auto-merge-exclude:
7-
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
7+
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
88
required: false
99
default: 'fastify'
1010
type: string
11+
fail-fast:
12+
description: 'Set to false to disable the fail-fast strategy.'
13+
required: false
14+
default: true
15+
type: boolean
1116
license-check:
1217
description: 'Check licenses.'
1318
required: false
1419
type: boolean
1520
default: false
1621
license-check-allowed-additional:
17-
description: 'A semicolon seperated list of additional licenses to allow.'
22+
description: 'A semicolon separated list of additional licenses to allow.'
1823
required: false
1924
type: string
2025
default: ''
@@ -23,11 +28,6 @@ on:
2328
required: false
2429
default: false
2530
type: boolean
26-
fail-fast:
27-
description: 'Set the fail-fast strategey setting.'
28-
required: false
29-
default: true
30-
type: boolean
3131

3232
jobs:
3333
dependency-review:

.github/workflows/plugins-ci-postgres.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ on:
44
workflow_call:
55
inputs:
66
auto-merge-exclude:
7-
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
7+
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
88
required: false
99
default: 'fastify'
1010
type: string
11+
fail-fast:
12+
description: 'Set to false to disable the fail-fast strategy.'
13+
required: false
14+
default: true
15+
type: boolean
1116
license-check:
1217
description: 'Check licenses.'
1318
required: false
1419
type: boolean
1520
default: false
1621
license-check-allowed-additional:
17-
description: 'A semicolon seperated list of additional licenses to allow.'
22+
description: 'A semicolon separated list of additional licenses to allow.'
1823
required: false
1924
type: string
2025
default: ''
@@ -23,11 +28,6 @@ on:
2328
required: false
2429
default: false
2530
type: boolean
26-
fail-fast:
27-
description: 'Set the fail-fast strategey setting.'
28-
required: false
29-
default: true
30-
type: boolean
3131

3232
jobs:
3333
dependency-review:

.github/workflows/plugins-ci-redis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ on:
44
workflow_call:
55
inputs:
66
auto-merge-exclude:
7-
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
7+
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
88
required: false
99
default: 'fastify'
1010
type: string
11+
fail-fast:
12+
description: 'Set to false to disable the fail-fast strategy.'
13+
required: false
14+
default: true
15+
type: boolean
1116
license-check:
12-
description: 'Check licenses'
17+
description: 'Check licenses.'
1318
required: false
1419
type: boolean
1520
default: false
1621
license-check-allowed-additional:
17-
description: 'A semicolon seperated list of additional licenses to allow.'
22+
description: 'A semicolon separated list of additional licenses to allow.'
1823
required: false
1924
type: string
2025
default: ''
@@ -23,11 +28,6 @@ on:
2328
required: false
2429
default: false
2530
type: boolean
26-
fail-fast:
27-
description: 'Set the fail-fast strategey setting.'
28-
required: false
29-
default: true
30-
type: boolean
3131

3232
jobs:
3333
dependency-review:

.github/workflows/plugins-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,22 @@ on:
44
workflow_call:
55
inputs:
66
auto-merge-exclude:
7-
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
7+
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
88
required: false
99
default: 'fastify'
1010
type: string
11+
fail-fast:
12+
description: 'Set to false to disable the fail-fast strategy.'
13+
required: false
14+
default: true
15+
type: boolean
1116
license-check:
1217
description: 'Check licenses.'
1318
required: false
1419
type: boolean
1520
default: false
1621
license-check-allowed-additional:
17-
description: 'A semicolon seperated list of additional licenses to allow.'
22+
description: 'A semicolon separated list of additional licenses to allow.'
1823
required: false
1924
type: string
2025
default: ''
@@ -23,11 +28,6 @@ on:
2328
required: false
2429
default: false
2530
type: boolean
26-
fail-fast:
27-
description: 'Set the fail-fast strategey setting.'
28-
required: false
29-
default: true
30-
type: boolean
3131

3232
jobs:
3333
dependency-review:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
| Input Name | Required | Type | Default | Description |
6464
| ---------------------------------- | ---------- | ------- | --------- | ---------------------------------------------------------------------------------- |
6565
| `auto-merge-exclude` | false | string | `fastify` | Provide a semicolon separated list of packages that you do not want to be auto-merged. |
66+
| `fail-fast` | false | boolean | `true` | Set to `false` to disable the fail-fast strategy. |
6667
| `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. |
6768
| `license-check-allowed-additional` | false | string | | Provide a semicolon separated list of SPDX-license identifiers that you want to additionally allow. |
6869
| `lint` | false | boolean | `false` | Set to `true` to run the `lint` script in a repository's `package.json`. |

0 commit comments

Comments
 (0)