catalog-backend: gracefully handle missing codeowners

This commit is contained in:
Fredrik Adelöw
2020-11-28 20:16:28 +01:00
parent 3f947b70d1
commit e42402b47a
4 changed files with 55 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-catalog-backend': patch
---
Gracefully handle missing codeowners.
The CodeOwnersProcessor now also takes a logger as a parameter.