Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Schema updates #575

Merged
merged 29 commits into from
Oct 11, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
20cbe5c
feat: `reactions` property for `pull_request_review_comment`, `issue_…
wolfy1339 Oct 10, 2021
7af0d67
feat: update examples for the `reactions` property
wolfy1339 Oct 10, 2021
d006a69
build: generate `index.json`
wolfy1339 Oct 10, 2021
788e3f7
build: generate types
wolfy1339 Oct 10, 2021
916178c
feat: new `transient_environment` and `production_environment` proper…
wolfy1339 Oct 10, 2021
d976711
feat: new `environment_url` property for `deplyment_status.created` e…
wolfy1339 Oct 10, 2021
6c7f713
build: generate types
wolfy1339 Oct 10, 2021
d942bcc
feat: `is_template` property on `repository` common schema
wolfy1339 Oct 10, 2021
36a93e9
feat: update examples for new `is_template` property
wolfy1339 Oct 10, 2021
fb693a7
build: generate `index.json`
wolfy1339 Oct 10, 2021
2bd4304
style: run prettier
wolfy1339 Oct 10, 2021
276950f
feat: `reactions` property for `release` and `discussion` events
wolfy1339 Oct 10, 2021
87f051d
feat: update `release` example payloads for the `reactions` property
wolfy1339 Oct 10, 2021
fc4c29d
build: generate `index.json`
wolfy1339 Oct 10, 2021
c43a6fc
feat: add `reactions` property to `discussion_comment` event
wolfy1339 Oct 10, 2021
52e8baf
build: generate types
wolfy1339 Oct 10, 2021
30b869c
feat: update `discussion_comment` event for the `reactions` property
wolfy1339 Oct 10, 2021
2c67c0c
feat: add some example payloads for the `discussion` event for the `r…
wolfy1339 Oct 10, 2021
35764ce
build: generate `index.json`
wolfy1339 Oct 10, 2021
6e8528e
feat: new events on `installation` event
wolfy1339 Oct 10, 2021
4f373bc
feat: update `webhooks-events`
wolfy1339 Oct 10, 2021
8a765d2
feat: add required `secret` property for the hook config on the `meta…
wolfy1339 Oct 10, 2021
723c02d
feat: add `deliveries_url` property to the `ping` event
wolfy1339 Oct 10, 2021
a97ab8f
feat: update example payloads for the `ping` and `meta.deleted` events
wolfy1339 Oct 10, 2021
85811f2
build: generate types
wolfy1339 Oct 10, 2021
a5d2856
build: generate `index.json`
wolfy1339 Oct 10, 2021
1d494f3
fix: `repository` is not present when `project_column` is organizatio…
wolfy1339 Oct 10, 2021
2597973
fix: `membership` is not always present in `organization.deleted` event
wolfy1339 Oct 10, 2021
d145cb1
build: generate types
wolfy1339 Oct 10, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"forks": 0,
"open_issues": 39,
"watchers": 0,
"default_branch": "main"
"default_branch": "main",
"is_template": false
},
"organization": {
"login": "octo-org",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"forks": 0,
"open_issues": 39,
"watchers": 0,
"default_branch": "main"
"default_branch": "main",
"is_template": false
},
"organization": {
"login": "octo-org",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@
"forks": 0,
"open_issues": 39,
"watchers": 0,
"default_branch": "main"
"default_branch": "main",
"is_template": false
},
"organization": {
"login": "octo-org",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@
"forks": 11745,
"open_issues": 1504,
"watchers": 87864,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "electron",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@
"forks": 0,
"open_issues": 3,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "github",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@
"forks": 0,
"open_issues": 3,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "main"
"default_branch": "main",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,8 @@
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "octocoders-linter[bot]",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@
"forks": 0,
"open_issues": 10,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@
"forks": 0,
"open_issues": 11,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@
"forks": 0,
"open_issues": 11,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"forks": 0,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/create/payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/delete/payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"organization": {
"login": "Octocoders",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@
"forks": 0,
"open_issues": 1,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
3 changes: 2 additions & 1 deletion payload-examples/api.github.com/deployment/payload.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@
"forks": 1,
"open_issues": 2,
"watchers": 0,
"default_branch": "master"
"default_branch": "master",
"is_template": false
},
"sender": {
"login": "Codertocat",
Expand Down