Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

help command fails in PRs #282

Closed
derberg opened this issue Apr 4, 2024 · 1 comment · Fixed by #284
Closed

help command fails in PRs #282

derberg opened this issue Apr 4, 2024 · 1 comment · Fixed by #284
Labels
area/ci-cd Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. good first issue Good for newcomers

Comments

@derberg
Copy link
Member

derberg commented Apr 4, 2024

SyntaxError: Unexpected identifier
    at new AsyncFunction (<anonymous>)
    at callAsyncFunction (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:15143:16)
    at main (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:15236:26)
    at /home/runner/work/_actions/actions/github-script/v6/dist/index.js:15217:1
    at /home/runner/work/_actions/actions/github-script/v6/dist/index.js:15268:3
    at Object.<anonymous> (/home/runner/work/_actions/actions/github-script/v6/dist/index.js:15271:12)
    at Module._compile (node:internal/modules/cjs/loader:1198:14)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
    at Module.load (node:internal/modules/cjs/loader:1076:[32](https://github.com/asyncapi/cli/actions/runs/8554826425/job/23440941946#step:2:33))
    at Function.Module._load (node:internal/modules/cjs/loader:911:12)
Error: Unhandled error: SyntaxError: Unexpected identifier

reason is https://github.com/asyncapi/.github/blob/master/.github/workflows/help-command.yml#L34 and missing escape character

instead of

\`/please-take-a-look` or \`/ptal\`

we need

\`/please-take-a-look\` or \`/ptal\`
@derberg
Copy link
Member Author

derberg commented Apr 4, 2024

/gfi ci-cd

@asyncapi-bot asyncapi-bot added area/ci-cd Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. good first issue Good for newcomers labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci-cd Specify what technical area given issue relates to. Its goal is to ease filtering good first issues. good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants