diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d37dbc98..a9faf8b5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,6 +19,7 @@ /workspaces/3scale @redhat-developer/rhdh-plugins @AndrienkoAleksandr /workspaces/acr @redhat-developer/rhdh-ui # /workspaces/acs +/workspaces/adr @redhat-developer/rhdh-ui @christoph-jerolimov /workspaces/adoption-insights @redhat-developer/rhdh-ui @rohitkrai03 @karthikjeeyar @eswaraiahsapram /workspaces/ai-integrations @redhat-developer/rhdh-ui @rohitkrai03 @karthikjeeyar @lucifergene @johnmcollier @gabemontero /workspaces/analytics @redhat-developer/rhdh-plugins @redhat-developer/rhdh-ui diff --git a/workspaces/adr/plugins-list.yaml b/workspaces/adr/plugins-list.yaml new file mode 100644 index 00000000..f9934a89 --- /dev/null +++ b/workspaces/adr/plugins-list.yaml @@ -0,0 +1,3 @@ +plugins/adr: +plugins/adr-backend: --embed-package @backstage-community/plugin-adr-common --embed-package @backstage-community/search-backend-module-adr +plugins/search-backend-module-adr: --embed-package @backstage-community/plugin-adr-common diff --git a/workspaces/adr/source.json b/workspaces/adr/source.json new file mode 100644 index 00000000..806a30a6 --- /dev/null +++ b/workspaces/adr/source.json @@ -0,0 +1,6 @@ +{ + "repo": "https://github.com/backstage/community-plugins", + "repo-ref": "d889ff35723158b130c434818e84d70cdd060614", + "repo-flat": false, + "repo-backstage-version":"1.42.3" +} \ No newline at end of file