Skip to content

Broken mermaid codes of PR description #1943

@jason-hwang

Description

@jason-hwang

Git provider

Github Cloud

System Info

.pr_agent.toml

[config]
ignore_pr_title = ["^\\[build(deps)\\]"]
output_relevant_configurations=true

[pr_description]
generate_ai_title=true

Bug details

In the PR summary, if double quotes are included in the mermaid syntax, the chart will not be drawn.

Created mermaid codes

flowchart LR
  A["process.env.GRAPHQL_PLAYGROUND === \"true\"?"]
  B["ApolloServerPluginLandingPageLocalDefault"]
  C["ApolloServerPluginLandingPageProductionDefault"]
  A -- "true" --> B
  A -- "false" --> C
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions