Merge pull request #3483 from backstage/freben/fix-no-codeowners

catalog-backend: gracefully handle missing codeowners
This commit is contained in:
Fredrik Adelöw
2020-12-01 10:05:08 +01:00
committed by GitHub
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.