Skip to content

Remove redundant alert message for CI/CD variables setting

Mireya Andres requested to merge remove-env-vars-alert into master

What does this MR do and why?

For #382793 (closed)

The alert message does not bring value to the UI, and the same information is conveyed in the modal when the user creates a variable in a more relevant manner. Having the alert here may just confuse users, so it's better to remove it.

Screenshots or screen recordings

Before After
Screenshot_2023-04-26_at_14.08.41 Screenshot_2023-04-26_at_14.09.31

How to set up and validate locally

  1. Go to Settings > CI/CD > Variables.
  2. Verify that the alert message is no longer there.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports