diff --git a/.github/workflows/maintainers-tsc-changes-verification.yaml b/.github/workflows/maintainers-tsc-changes-verification.yaml index 1b57513fc..5f34c680f 100644 --- a/.github/workflows/maintainers-tsc-changes-verification.yaml +++ b/.github/workflows/maintainers-tsc-changes-verification.yaml @@ -52,7 +52,7 @@ jobs: // If the PR is made by the bot. if (author === 'asyncapi-bot') { - console.log('Changes made by asyncapi-bot) + console.log('Changes made by asyncapi-bot') const removedMaintainers = mainFile.filter( (mainMaintainer) => !prFile.some((maintainer) => mainMaintainer.github === maintainer.github)