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 #576

Merged
merged 22 commits into from Nov 22, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
579527c
feat: new `keys` permission for apps
wolfy1339 Oct 11, 2021
7012cb4
feat: new `run_attempt`, `run_started_at` and `previous_attempt_url` …
wolfy1339 Oct 11, 2021
8db569c
feat: update payloads for the `workflow_run` event
wolfy1339 Oct 11, 2021
831d811
feat: new `topics` property for `repository`
wolfy1339 Oct 11, 2021
9feb695
feat: update example payloads for new `topics` property
wolfy1339 Oct 11, 2021
eb3c18f
build: generate types
wolfy1339 Oct 11, 2021
5b58e2c
build: generate `index.json`
wolfy1339 Oct 11, 2021
d763781
build: generate types
wolfy1339 Oct 11, 2021
06cd305
feat: `repository` is not always present on `project_card`
wolfy1339 Oct 12, 2021
5309b15
fix: add missing `internal` value to repository visibility field
wolfy1339 Oct 13, 2021
4cdacc6
style: run prettier
wolfy1339 Oct 13, 2021
f03e1ba
feat: `visibility` is required field on `repository`
wolfy1339 Oct 13, 2021
c0481c6
feat: updated example payloads for `visibility` field
wolfy1339 Oct 13, 2021
2281de8
fix: `check_suite#after` can be `null`
wolfy1339 Oct 15, 2021
4aa1c44
fix: add missing `branch_protection_rule` event to `App`
wolfy1339 Oct 31, 2021
d87756f
feat: new `run_attempt` property on `workflow_job`
wolfy1339 Oct 31, 2021
37f04b2
build: generate types
wolfy1339 Oct 31, 2021
145fb4e
feat: update `workflow_job` example payloads
wolfy1339 Oct 31, 2021
de51a73
fix: correct typo in `enum` for `App` `key` permission enum
wolfy1339 Nov 22, 2021
cb9d085
feat: new `allow_update_branch` property on `Repository`
wolfy1339 Nov 22, 2021
2dc3e74
feat: new `draft` property on `issue` object
wolfy1339 Nov 22, 2021
57c059d
feat: update payloads for new `draft` property
wolfy1339 Nov 22, 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
Expand Up @@ -119,7 +119,9 @@
"open_issues": 39,
"watchers": 0,
"default_branch": "main",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "octo-org",
Expand Down
Expand Up @@ -119,7 +119,9 @@
"open_issues": 39,
"watchers": 0,
"default_branch": "main",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "octo-org",
Expand Down
Expand Up @@ -123,7 +123,9 @@
"open_issues": 39,
"watchers": 0,
"default_branch": "main",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "octo-org",
Expand Down
Expand Up @@ -276,7 +276,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -281,7 +281,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -281,7 +281,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -294,7 +294,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -281,7 +281,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -268,7 +268,9 @@
"open_issues": 1504,
"watchers": 87864,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "electron",
Expand Down
Expand Up @@ -185,7 +185,9 @@
"open_issues": 3,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "github",
Expand Down
Expand Up @@ -185,7 +185,9 @@
"open_issues": 3,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -173,7 +173,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "main",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -199,7 +199,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -199,7 +199,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -175,7 +175,9 @@
"open_issues": 1,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -175,7 +175,9 @@
"open_issues": 1,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -199,7 +199,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "octocoders-linter[bot]",
Expand Down
Expand Up @@ -199,7 +199,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -162,7 +162,9 @@
"open_issues": 10,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Codertocat",
Expand Down
Expand Up @@ -139,7 +139,9 @@
"open_issues": 11,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Codertocat",
Expand Down
Expand Up @@ -156,7 +156,9 @@
"open_issues": 11,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -119,7 +119,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -119,7 +119,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -127,7 +127,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -127,7 +127,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -127,7 +127,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -127,7 +127,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -97,7 +97,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
4 changes: 3 additions & 1 deletion payload-examples/api.github.com/create/payload.json
Expand Up @@ -97,7 +97,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -97,7 +97,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -97,7 +97,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -97,7 +97,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
4 changes: 3 additions & 1 deletion payload-examples/api.github.com/delete/payload.json
Expand Up @@ -95,7 +95,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -95,7 +95,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down
Expand Up @@ -95,7 +95,9 @@
"open_issues": 2,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"organization": {
"login": "Octocoders",
Expand Down
Expand Up @@ -101,7 +101,9 @@
"open_issues": 1,
"watchers": 0,
"default_branch": "master",
"is_template": false
"is_template": false,
"topics": [],
"visibility": "public"
},
"sender": {
"login": "Codertocat",
Expand Down