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.
How to set up and validate locally
- Enable the feature flag:
Feature.enable(:multiple_environment_approval_rules_fe)
- Navigate to the CI/CD settings page Settings > CI/CD
- 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.
-
I have evaluated the MR acceptance checklist for this MR.