fix(locationAnalyzer): don't add github slug annotation when SCM system cannot be determined

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2021-04-22 20:25:01 -04:00
parent 1cfef4244e
commit dcd5a93a96
15 changed files with 69 additions and 7 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog-backend': patch
---
Correctly add `<source>/project-slug` annotation for new catalog-info.yaml PRs based on SCM integration.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Expose an `annotationPrefix` property for SCM integrations