From 6c60db96e078e3b40191db278786ca6c4af2ec95 Mon Sep 17 00:00:00 2001 From: Uilian Ries Date: Tue, 18 Apr 2023 15:41:49 -0300 Subject: [PATCH] (#17075) [config] Add regression message for Conan v2 builds * Add regression message Signed-off-by: Uilian Ries * Update .c3i/config_v2.yml Co-authored-by: Chris Mc * Update .c3i/config_v2.yml Co-authored-by: Chris Mc --------- Signed-off-by: Uilian Ries Co-authored-by: Daniel Co-authored-by: Chris Mc --- .c3i/config_v2.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.c3i/config_v2.yml b/.c3i/config_v2.yml index 2a69ddc3be..2a1738ef41 100644 --- a/.c3i/config_v2.yml +++ b/.c3i/config_v2.yml @@ -35,8 +35,9 @@ tasks: write_comments: false update_labels: false user_feedback: - title: "Conan v2 pipeline (informative, not required for merge)" - description: "> **Note**: Conan v2 builds are informative and they are not required for the PR to be merged." + title: "Conan v2 pipeline" + description: "> **Note**: Conan v2 builds may be required once they are on the [v2 ready](https://github.com/conan-io/conan-center-index/blob/master/.c3i/conan_v2_ready_references.yml) list" + regression: "> **Regression**: Conan v2 builds are mandatory and they are required for the PR to be merged, because this recipe worked with Conan v2 previously." text_on_failure: "The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future." collapse_on_success: false collapse_on_failure: true