Skip to content

Commit

Permalink
README, spelling, alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jul 6, 2023
1 parent 450e739 commit 126c78a
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 37 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/plugins-ci-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ on:
workflow_call:
inputs:
auto-merge-exclude:
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
required: false
default: 'fastify'
type: string
fail-fast:
description: 'Set to false to disable the fail-fast strategy.'
required: false
default: true
type: boolean
license-check:
description: 'Check licenses'
description: 'Check licenses.'
required: false
type: boolean
default: false
license-check-allowed-additional:
description: 'A semicolon seperated list of additional licenses to allow.'
description: 'A semicolon separated list of additional licenses to allow.'
required: false
type: string
default: ''
Expand All @@ -23,11 +28,6 @@ on:
required: false
default: false
type: boolean
fail-fast:
description: 'Set the fail-fast strategey setting.'
required: false
default: true
type: boolean

jobs:
dependency-review:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/plugins-ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ on:
workflow_call:
inputs:
auto-merge-exclude:
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
required: false
default: 'fastify'
type: string
fail-fast:
description: 'Set to false to disable the fail-fast strategy.'
required: false
default: true
type: boolean
license-check:
description: 'Check licenses.'
required: false
type: boolean
default: false
license-check-allowed-additional:
description: 'A semicolon seperated list of additional licenses to allow.'
description: 'A semicolon separated list of additional licenses to allow.'
required: false
type: string
default: ''
Expand All @@ -23,11 +28,6 @@ on:
required: false
default: false
type: boolean
fail-fast:
description: 'Set the fail-fast strategey setting.'
required: false
default: true
type: boolean

jobs:
dependency-review:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/plugins-ci-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ on:
workflow_call:
inputs:
auto-merge-exclude:
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
required: false
default: 'fastify'
type: string
fail-fast:
description: 'Set to false to disable the fail-fast strategy.'
required: false
default: true
type: boolean
license-check:
description: 'Check licenses.'
required: false
type: boolean
default: false
license-check-allowed-additional:
description: 'A semicolon seperated list of additional licenses to allow.'
description: 'A semicolon separated list of additional licenses to allow.'
required: false
type: string
default: ''
Expand All @@ -23,11 +28,6 @@ on:
required: false
default: false
type: boolean
fail-fast:
description: 'Set the fail-fast strategey setting.'
required: false
default: true
type: boolean

jobs:
dependency-review:
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/plugins-ci-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ on:
workflow_call:
inputs:
auto-merge-exclude:
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
required: false
default: 'fastify'
type: string
fail-fast:
description: 'Set to false to disable the fail-fast strategy.'
required: false
default: true
type: boolean
license-check:
description: 'Check licenses'
description: 'Check licenses.'
required: false
type: boolean
default: false
license-check-allowed-additional:
description: 'A semicolon seperated list of additional licenses to allow.'
description: 'A semicolon separated list of additional licenses to allow.'
required: false
type: string
default: ''
Expand All @@ -23,11 +28,6 @@ on:
required: false
default: false
type: boolean
fail-fast:
description: 'Set the fail-fast strategey setting.'
required: false
default: true
type: boolean

jobs:
dependency-review:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/plugins-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,22 @@ on:
workflow_call:
inputs:
auto-merge-exclude:
description: 'A semicolon seperated list of packages that you do not want to be auto-merged.'
description: 'A semicolon separated list of packages that you do not want to be auto-merged.'
required: false
default: 'fastify'
type: string
fail-fast:
description: 'Set to false to disable the fail-fast strategy.'
required: false
default: true
type: boolean
license-check:
description: 'Check licenses.'
required: false
type: boolean
default: false
license-check-allowed-additional:
description: 'A semicolon seperated list of additional licenses to allow.'
description: 'A semicolon separated list of additional licenses to allow.'
required: false
type: string
default: ''
Expand All @@ -23,11 +28,6 @@ on:
required: false
default: false
type: boolean
fail-fast:
description: 'Set the fail-fast strategey setting.'
required: false
default: true
type: boolean

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

0 comments on commit 126c78a

Please sign in to comment.