Skip to content

Commit

Permalink
feat: schema updates (#576)
Browse files Browse the repository at this point in the history
- feat: new `keys` permission for apps
- feat: new `run_attempt`, `run_started_at` and `previous_attempt_url` properties for `workflow_run`
- feat: new `topics` property for `repository`
- feat: new `run_attempt` property on `workflow_job`
- feat: new `allow_update_branch` property on `Repository`
- feat: new `draft` property on `issue` object
- feat: `visibility` is a required field on `repository`
- fix: repository is not always present for `project_card` events
- fix: add `internal` to allowed values for `repository#visibility`
- fix: the property `check_suite#after` can be `null`
- fix: add missing `branch_protection_rule` event to `App`
- fix: correct typo in `enum` for `App` key `permission`
  • Loading branch information
wolfy1339 committed Nov 22, 2021
1 parent d68e3b2 commit d99b9a7
Show file tree
Hide file tree
Showing 236 changed files with 2,001 additions and 684 deletions.
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

0 comments on commit d99b9a7

Please sign in to comment.