gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-blank-codeowners-ce.yml
Stan Hu 118d12405a Fix 500 error caused by CODEOWNERS with no matches
Including a CODEOWNERS file with lines without any matching username or
e-mail regular expressions would cause an Error 500. Don't attempt a
database query if there is nothing to query.

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10282
2019-03-12 17:33:33 -07:00

5 lines
103 B
YAML

---
title: Fix 500 error caused by CODEOWNERS with no matches
merge_request: 26072
author:
type: fixed