Skip to content

Repository: Fix code owners question icon color

Sascha Eggenberger requested to merge code-owners-question-color-fix into master

What does this MR do and why?

Repository: Fix code owners wrong question icon color as all help texts use blue-500

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After
question_before question_after

How to set up and validate locally

  1. Go to the test subfolder of the Flight repository (http://gdk.test:3000/flightjs/Flight)
  2. If no CODEOWNERS are setup, create a new CODEOWNERS file with the following content:
[Tests]
 test @root

and check the test subfolder again

Related to #424397 (closed)

Edited by Sascha Eggenberger

Merge request reports