Skip to content

Commit 9045898

Browse files
committed
add to tests
1 parent 0948562 commit 9045898

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/events/pull_request_opened.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"pull_request": {
55
"body": "This is the body of the PR. https://xxxx.teamwork.com/#/tasks/123 https://xxx.teamwork.com/#/tasks/456",
66
"head": {
7+
"ref": "pr-branch",
78
"repo": {
89
"full_name": "teamwork/github-sync"
910
}
1011
},
12+
"base": {
13+
"ref": "main"
14+
},
1115
"html_url": "https://github.com/teamwork/github-sync/pull/1",
1216
"title": "This is an example of a title for the PR.",
1317
"commits": 1,
@@ -18,4 +22,4 @@
1822
"sender": {
1923
"login": "username"
2024
}
21-
}
25+
}

0 commit comments

Comments
 (0)