Skip to content

Commit

Permalink
Update branch protection (#52159)
Browse files Browse the repository at this point in the history
  • Loading branch information
rachmari authored Aug 29, 2024
1 parent 46b5dfa commit ab12c72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/branch_protection_settings/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
"frame",
"products",
"workflows",
"lint-code"
"lint-code",
"secret-scanning",
],
"contexts_url": "https://api.github.com/repos/github/docs-internal/branches/main/protection/required_status_checks/contexts",
"checks": [
Expand Down Expand Up @@ -81,7 +82,8 @@
{ "context": "frame", "app_id": 15368 },
{ "context": "products", "app_id": 15368 },
{ "context": "workflows", "app_id": 15368 },
{ "context": "lint-code", "app_id": 15368 }
{ "context": "lint-code", "app_id": 15368 },
{ "context": "secret-scanning", "app_id": 15368 }
]
},
"restrictions": {
Expand Down

0 comments on commit ab12c72

Please sign in to comment.