File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Filter options
src/test/resources/org/kohsuke/github/GHEventPayloadTest Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Original file line number Diff line number Diff line change 65
65
"issues_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}" ,
66
66
"pulls_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}" ,
67
67
"milestones_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}" ,
68
- "notifications_url" : "https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,
69
- participating }",
68
+ "notifications_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}" ,
70
69
"labels_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}" ,
71
70
"releases_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}" ,
72
71
"deployments_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/deployments" ,
Original file line number Diff line number Diff line change 2
2
"action" : " created" ,
3
3
"milestone" : {
4
4
"url" : " https://api.github.com/repos/baxterandthehackers/public-repo/milestones/3" ,
5
- "html_url" : "https://github.com/baxterandthehackers/public-repo/milestones/Test%20milestone%20creation%20webhook
6
- %20from%20command%20line2",
5
+ "html_url" : " https://github.com/baxterandthehackers/public-repo/milestones/Test%20milestone%20creation%20webhook%20from%20command%20line2" ,
7
6
"labels_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/milestones/3/labels" ,
8
7
"id" : 2055681 ,
9
8
"number" : 3 ,
96
95
"issues_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/issues{/number}" ,
97
96
"pulls_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/pulls{/number}" ,
98
97
"milestones_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/milestones{/number}" ,
99
- "notifications_url" : "https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,
100
- participating }",
98
+ "notifications_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/notifications{?since,all,participating}" ,
101
99
"labels_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/labels{/name}" ,
102
100
"releases_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/releases{/id}" ,
103
101
"deployments_url" : " https://api.github.com/repos/baxterandthehackers/public-repo/deployments" ,
You can’t perform that action at this time.
0 commit comments