Skip to content

Commit

Permalink
Update branch protection settings (#54408)
Browse files Browse the repository at this point in the history
Co-authored-by: Anne-Marie <[email protected]>
  • Loading branch information
docs-bot and am-stead authored Feb 14, 2025
1 parent 54cca3e commit e0627cd
Showing 1 changed file with 95 additions and 1 deletion.
96 changes: 95 additions & 1 deletion .github/branch_protection_settings/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,101 @@
"parent": null
}
],
"apps": []
"apps": [
{
"id": 87537,
"client_id": "Iv1.cd3d51f97fa3c962",
"slug": "github-heaven",
"node_id": "MDM6QXBwODc1Mzc=",
"owner": {
"login": "github",
"id": 9919,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"name": "GitHub Heaven",
"description": "Heaven operates deployments across the seven kingdoms of GitHub.",
"external_url": "https://heaven.githubapp.com",
"html_url": "https://github.com/apps/github-heaven",
"created_at": "2020-11-04T22:59:24Z",
"updated_at": "2023-09-15T14:16:20Z",
"permissions": {
"actions": "write",
"checks": "read",
"contents": "write",
"deployments": "write",
"emails": "read",
"issues": "write",
"metadata": "read",
"pull_requests": "write",
"statuses": "read",
"workflows": "write"
},
"events": ["push"]
},
{
"id": 87541,
"client_id": "Iv1.4e183513562e11aa",
"slug": "github-heaven-staging",
"node_id": "MDM6QXBwODc1NDE=",
"owner": {
"login": "github",
"id": 9919,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjk5MTk=",
"avatar_url": "https://avatars.githubusercontent.com/u/9919?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github",
"html_url": "https://github.com/github",
"followers_url": "https://api.github.com/users/github/followers",
"following_url": "https://api.github.com/users/github/following{/other_user}",
"gists_url": "https://api.github.com/users/github/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github/subscriptions",
"organizations_url": "https://api.github.com/users/github/orgs",
"repos_url": "https://api.github.com/users/github/repos",
"events_url": "https://api.github.com/users/github/events{/privacy}",
"received_events_url": "https://api.github.com/users/github/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"name": "GitHub Heaven (Staging)",
"description": "Staging version of Heaven, GitHub's deployment app.",
"external_url": "https://heaven-pe1-iad.githubapp.com",
"html_url": "https://github.com/apps/github-heaven-staging",
"created_at": "2020-11-05T00:12:16Z",
"updated_at": "2023-09-15T14:16:33Z",
"permissions": {
"actions": "write",
"checks": "read",
"contents": "write",
"deployments": "write",
"emails": "read",
"issues": "write",
"metadata": "read",
"pull_requests": "write",
"repository_hooks": "read",
"statuses": "read",
"workflows": "write"
},
"events": ["push"]
}
]
},
"required_pull_request_reviews": {
"url": "https://api.github.com/repos/github/docs-internal/branches/main/protection/required_pull_request_reviews",
Expand Down

0 comments on commit e0627cd

Please sign in to comment.