From f1bb4960580a9e02fcc86e2ded8ee0b20ca44a13 Mon Sep 17 00:00:00 2001 From: Jonathan Young Date: Fri, 13 Oct 2023 17:47:56 +0100 Subject: [PATCH] Update Whitehall branch rules The Publishing Experience team have made some changes to the Whitehall CI pipeline, which has resulted in the integration workflow being renamed to "Test features". This PR is to rename the branch rule accordingly. --- github/repo_overrides.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/repo_overrides.yml b/github/repo_overrides.yml index a906736..a063688 100644 --- a/github/repo_overrides.yml +++ b/github/repo_overrides.yml @@ -552,7 +552,7 @@ alphagov/whitehall: required_status_checks: ignore_jenkins: true additional_contexts: - - Integration tests + - Test features / Run Cucumber - Lint SCSS / Run Stylelint - Lint JavaScript / Run Standardx - Lint Ruby / Run RuboCop