From e401855ffdba6b3fb0318157676d6e7a142ac032 Mon Sep 17 00:00:00 2001 From: Sean O'Grady Date: Thu, 22 Jul 2021 12:43:01 +0100 Subject: [PATCH] add heading to body --- tests/events/pull_request_opened.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/events/pull_request_opened.json b/tests/events/pull_request_opened.json index 91404e16..88e64a11 100644 --- a/tests/events/pull_request_opened.json +++ b/tests/events/pull_request_opened.json @@ -2,7 +2,7 @@ "action": "opened", "number": 1, "pull_request": { - "body": "This is the body of the PR. https://xxxx.teamwork.com/#/tasks/123 https://xxx.teamwork.com/#/tasks/456", + "body": "# Test heading \n This is the body of the PR. https://xxxx.teamwork.com/#/tasks/123 https://xxx.teamwork.com/#/tasks/456", "head": { "ref": "pr-branch", "repo": {