diff --git a/.github/branch_protection_settings/main.json b/.github/branch_protection_settings/main.json index ff86b4b242..39c2b0491e 100644 --- a/.github/branch_protection_settings/main.json +++ b/.github/branch_protection_settings/main.json @@ -41,6 +41,7 @@ "workflows", "lint-code", "secret-scanning", + "pagelist" ], "contexts_url": "https://api.github.com/repos/github/docs-internal/branches/main/protection/required_status_checks/contexts", "checks": [ @@ -83,7 +84,8 @@ { "context": "products", "app_id": 15368 }, { "context": "workflows", "app_id": 15368 }, { "context": "lint-code", "app_id": 15368 }, - { "context": "secret-scanning", "app_id": 15368 } + { "context": "secret-scanning", "app_id": 15368 }, + { "context": "pagelist", "app_id": 15368 } ] }, "restrictions": { diff --git a/.github/workflows/alert-changed-branch-protections.yml b/.github/workflows/alert-changed-branch-protections.yml index d075b0df56..7ce9e2df8c 100644 --- a/.github/workflows/alert-changed-branch-protections.yml +++ b/.github/workflows/alert-changed-branch-protections.yml @@ -3,6 +3,8 @@ name: Alert Changed Branch Protections on: branch_protection_rule: workflow_dispatch: + schedule: + - cron: '20 16 * * 3' # Run every Wednesday at 16:30 UTC / 8:30 PST permissions: contents: read