Skip to content

Alert users they can still use unified rules

What does this MR do and why?

The API for managing unified approval rules for protected environments still exists.

While we might be phasing out the UI portion, the API won't be going away any time soon, so when this feature rolls out, we don't want to alarm users about their inability to edit unified rules.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

image

How to set up and validate locally

  1. Enable the feature flag:
Feature.enable(:multiple_environment_approval_rules_fe)
  1. Navigate to the CI/CD settings page Settings > CI/CD
  2. Expand the Protected Environments section

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