Skip to content

Commit

Permalink
Merge pull request github#29327 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 22, 2023
2 parents 12e2c68 + 3aa8d60 commit bbd3778
Show file tree
Hide file tree
Showing 11 changed files with 936 additions and 116 deletions.
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "d50997c1715b4645fa4a605efbdda004b90e1b6f"
"sha": "f7987dd9908eb79fe111538dad7c9d84bc0fe57d"
}
476 changes: 447 additions & 29 deletions src/rest/data/fpt-2022-11-28/schema.json

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions src/rest/data/ghae/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19277,7 +19277,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
],
"examples": [
"queued"
Expand Down Expand Up @@ -19853,7 +19854,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
],
"examples": [
"queued"
Expand Down Expand Up @@ -20375,7 +20377,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
],
"examples": [
"queued"
Expand Down
476 changes: 447 additions & 29 deletions src/rest/data/ghec-2022-11-28/schema.json

Large diffs are not rendered by default.

21 changes: 7 additions & 14 deletions src/rest/data/ghes-3.10-2022-11-28/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -30040,7 +30040,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
],
"examples": [
"queued"
Expand Down Expand Up @@ -30625,7 +30626,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
],
"examples": [
"queued"
Expand Down Expand Up @@ -31156,7 +31158,8 @@
"enum": [
"queued",
"in_progress",
"completed"
"completed",
"waiting"
],
"examples": [
"queued"
Expand Down Expand Up @@ -423306,7 +423309,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
"language": null,
"forks_count": 9,
"forks": 9,
"stargazers_count": 80,
Expand Down Expand Up @@ -423691,7 +423693,6 @@
"hooks_url": "https://api.github.com/repos/octocat/Hello-World/hooks",
"svn_url": "https://svn.github.com/octocat/Hello-World",
"homepage": "https://github.com",
"language": null,
"forks_count": 9,
"stargazers_count": 80,
"watchers_count": 80,
Expand Down Expand Up @@ -471224,16 +471225,10 @@
"html_url": "https://github.com/owner/private-repo/security/secret-scanning/42",
"locations_url": "https://api.github.com/repos/owner/private-repo/secret-scanning/alerts/42/locations",
"state": "open",
"resolution": null,
"resolved_at": null,
"resolved_by": null,
"secret_type": "mailchimp_api_key",
"secret_type_display_name": "Mailchimp API Key",
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
"push_protection_bypassed_by": null,
"push_protection_bypassed": false,
"push_protection_bypassed_at": null,
"resolution_comment": null
"push_protection_bypassed": false
},
"schema": {
"type": "object",
Expand Down Expand Up @@ -471830,8 +471825,6 @@
"secret_type_display_name": "Mailchimp API Key",
"secret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-us2",
"push_protection_bypassed": false,
"push_protection_bypassed_by": null,
"push_protection_bypassed_at": null,
"resolution_comment": "Example comment"
},
"schema": {
Expand Down
Loading

0 comments on commit bbd3778

Please sign in to comment.