We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0948562 commit 9045898Copy full SHA for 9045898
tests/events/pull_request_opened.json
@@ -4,10 +4,14 @@
4
"pull_request": {
5
"body": "This is the body of the PR. https://xxxx.teamwork.com/#/tasks/123 https://xxx.teamwork.com/#/tasks/456",
6
"head": {
7
+ "ref": "pr-branch",
8
"repo": {
9
"full_name": "teamwork/github-sync"
10
}
11
},
12
+ "base": {
13
+ "ref": "main"
14
+ },
15
"html_url": "https://github.com/teamwork/github-sync/pull/1",
16
"title": "This is an example of a title for the PR.",
17
"commits": 1,
@@ -18,4 +22,4 @@
18
22
"sender": {
19
23
"login": "username"
20
24
21
-}
25
+}
0 commit comments