From 2c3e98f05b77c131fd99b090c6cede930a9bf30c Mon Sep 17 00:00:00 2001 From: Mayra Cabrera <mcabrera@gitlab.com> Date: Wed, 22 Feb 2023 15:17:35 -0600 Subject: [PATCH] Split QA into a dedicated section Currently, the 'QA package-and-test' section in Danger appears to be part of the Reviewer Roulette (or the previous Danger section). This commit splits the QA into a dedicated Danger section. Related to https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/2839 --- danger/stable_branch_patch/Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danger/stable_branch_patch/Dangerfile b/danger/stable_branch_patch/Dangerfile index 258daa7d1fa20..4fa8b05464a30 100644 --- a/danger/stable_branch_patch/Dangerfile +++ b/danger/stable_branch_patch/Dangerfile @@ -2,7 +2,7 @@ if stable_branch.non_security_stable_branch? markdown(<<~MARKDOWN) - ### QA `e2e:package-and-test` + ## QA `e2e:package-and-test` **@#{helper.mr_author}, the `package-and-test` job must complete before merging this merge request.*** -- GitLab