-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Description
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

Metadata
Metadata
Assignees
Labels
No labels