Skip to content

Commit 1c3f1d9

Browse files
Merge pull request community#189060 from community/Incident-Automation-LG-Mar2026
Update title and body to use triple quotes
2 parents f4b77ec + c68fb1c commit 1c3f1d9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/lib/discussions.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,8 @@ def self.create_incident_discussion(repo_id:, title:, body:, category_id:, label
331331
categoryId: "#{category_id}",
332332
repositoryId: "#{repo_id}",
333333
clientMutationId: "rubyGraphQL",
334-
title: "#{title}",
335-
body: "#{body}"
334+
title: """#{title}""",
335+
body: """#{body}"""
336336
}
337337
) {
338338
clientMutationId

0 commit comments

Comments
 (0)