Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/nested-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
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 Down Expand Up @@ -91,4 +91,4 @@ jobs:
run: npm i --ignore-scripts

- name: Lint code
run: npm run lint
run: npm run lint
10 changes: 5 additions & 5 deletions .github/workflows/plugins-ci-elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -19,7 +19,7 @@ on:
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 Down Expand Up @@ -84,9 +84,9 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [quality-check, test]
permissions:
pull-requests: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/plugins-ci-kafka.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -14,7 +14,7 @@ on:
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 Down Expand Up @@ -88,9 +88,9 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [quality-check, test]
permissions:
pull-requests: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/plugins-ci-mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -14,7 +14,7 @@ on:
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 Down Expand Up @@ -76,9 +76,9 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [quality-check, test]
permissions:
pull-requests: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/plugins-ci-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -14,7 +14,7 @@ on:
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 Down Expand Up @@ -82,9 +82,9 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [quality-check, test]
permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-ci-package-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
node-version: ${{ fromJson(inputs.node-versions) }}
pnpm-version: [8]
pnpm-version: [10]
steps:
- name: Check out repo
uses: actions/checkout@v6
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/plugins-ci-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -14,7 +14,7 @@ on:
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 Down Expand Up @@ -97,9 +97,9 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [quality-check, test]
permissions:
pull-requests: write
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/plugins-ci-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -14,7 +14,7 @@ on:
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 Down Expand Up @@ -75,9 +75,9 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [quality-check, test]
permissions:
pull-requests: write
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/plugins-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
Expand All @@ -14,7 +14,7 @@ on:
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 Down Expand Up @@ -118,12 +118,12 @@ jobs:
automerge:
name: Automerge Dependabot PRs
if: >
always() &&
needs.test.result == 'success' &&
(needs.fastify-dependency-integration.result == 'success' || needs.fastify-dependency-integration.result == 'skipped') &&
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
always() &&
needs.test.result == 'success' &&
(needs.fastify-dependency-integration.result == 'success' || needs.fastify-dependency-integration.result == 'skipped') &&
github.event_name == 'pull_request' &&
github.event.pull_request.head.repo.full_name == github.repository &&
github.event.pull_request.user.login == 'dependabot[bot]'
needs: [fastify-dependency-integration, quality-check, test]
permissions:
pull-requests: write
Expand Down