Skip to content

Conversation

@jariy17
Copy link
Contributor

@jariy17 jariy17 commented Jan 30, 2026

Summary

  • Use toJSON() function to properly escape special characters in issue body content
  • Prevents YAML parsing errors when issue descriptions contain quotation marks or other special characters

Fixes #235

Test plan

  • Create a test issue with double quotes in the body to verify Slack notification succeeds
  • Verify workflow syntax is valid

Use toJSON() function to properly escape special characters in issue
body content. This prevents YAML parsing errors when issue descriptions
contain quotation marks or other special characters.
@jariy17 jariy17 requested a review from a team January 30, 2026 14:56
@aidandaly24 aidandaly24 merged commit bcd312f into main Jan 30, 2026
19 of 20 checks passed
@jariy17 jariy17 deleted the fix/slack-notification-payload-parsing branch January 30, 2026 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Slack notification workflow payload parsing error

2 participants