From 5d71d6f9cff0191945cebc30537d6367060f5f41 Mon Sep 17 00:00:00 2001 From: Vivek Chavan <111511821+vivekchavan14@users.noreply.github.com> Date: Fri, 8 Aug 2025 07:36:41 +0530 Subject: [PATCH] fix: correct branch protection status contexts for RC branches (#4829) --- .github/workflows/create-release-candidate-branch.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-release-candidate-branch.yaml b/.github/workflows/create-release-candidate-branch.yaml index ed0cfdafa..84b545478 100644 --- a/.github/workflows/create-release-candidate-branch.yaml +++ b/.github/workflows/create-release-candidate-branch.yaml @@ -145,7 +145,7 @@ jobs: -d '{ "required_status_checks": { "strict": true, - "contexts": ["build", "test"] + "contexts": ["lint-and-format", "test", "playwright-tests"] }, "enforce_admins": false, "required_pull_request_reviews": {