Skip to content

Commit e401855

Browse files
committed
add heading to body
1 parent 92ef0f3 commit e401855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/events/pull_request_opened.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"action": "opened",
33
"number": 1,
44
"pull_request": {
5-
"body": "This is the body of the PR. https://xxxx.teamwork.com/#/tasks/123 https://xxx.teamwork.com/#/tasks/456",
5+
"body": "# Test heading \n This is the body of the PR. https://xxxx.teamwork.com/#/tasks/123 https://xxx.teamwork.com/#/tasks/456",
66
"head": {
77
"ref": "pr-branch",
88
"repo": {

0 commit comments

Comments
 (0)