Skip to content

Commit

Permalink
fix: adjust payload examples to pass validation
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 18, 2021
1 parent d130efe commit 2066157
Show file tree
Hide file tree
Showing 59 changed files with 134 additions and 67 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/issues/assigned.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/issues/edited.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
6 changes: 4 additions & 2 deletions payload-examples/api.github.com/issues/labeled.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down Expand Up @@ -136,7 +137,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
},
"repository": {
"id": 186853002,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down Expand Up @@ -136,7 +137,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
},
"repository": {
"id": 186853002,
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/issues/locked.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/issues/opened.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
6 changes: 4 additions & 2 deletions payload-examples/api.github.com/issues/unlabeled.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down Expand Up @@ -81,7 +82,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
},
"repository": {
"id": 186853002,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down Expand Up @@ -81,7 +82,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
},
"repository": {
"id": 186853002,
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/issues/unlocked.payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"state": "open",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
"url": "https://api.github.com/repos/Codertocat/Hello-World/labels/bug",
"name": "bug",
"color": "d73a4a",
"default": true
"default": true,
"description": "Something isn't working"
}
],
"milestone": null,
Expand Down
Loading

0 comments on commit 2066157

Please sign in to comment.