From 429a0c87c1f36ff9ebfe131ebb6c71a83d9f917c Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 13 Oct 2021 12:12:20 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- danger/specs/Dangerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'danger') diff --git a/danger/specs/Dangerfile b/danger/specs/Dangerfile index 7cc68407170..117eaf61062 100644 --- a/danger/specs/Dangerfile +++ b/danger/specs/Dangerfile @@ -20,7 +20,7 @@ Please make sure the spec files pass in AS-IF-FOSS mode either: 1. Locally with `FOSS_ONLY=1 bin/rspec -- %s`. 1. In the MR pipeline by verifying that the `rspec foss-impact` job has passed. -1. In the MR pipelines by including `RUN AS-IF-FOSS` in the MR title (you can do it with the ``/title %s [RUN AS-IF-FOSS]`` quick action) and start a new MR pipeline. +1. In the MR pipelines by setting the ~"pipeline:run-as-if-foss" label on the MR (you can do it with the `/label ~"pipeline:run-as-if-foss"` quick action) and start a new MR pipeline. MSG @@ -46,7 +46,7 @@ end # The only changes outside `ee/` are in `spec/` if has_ee_app_changes && has_spec_changes && !(has_app_changes || has_ee_spec_changes) - warn format(EE_CHANGE_WITH_FOSS_SPEC_CHANGE_MESSAGE, spec_files: spec_changes.join(" "), mr_title: gitlab.mr_json['title']), sticky: false + warn format(EE_CHANGE_WITH_FOSS_SPEC_CHANGE_MESSAGE, spec_files: spec_changes.join(" ")), sticky: false end # Forbidding a new file addition under `/spec/controllers` or `/ee/spec/controllers` -- cgit v1.2.3