Merge pull request #12005 from gregorytalita/fix/github-open-pull-requests-board
fix: removed unnecessary filter on spec.type at Github Open Pull Requests Board plugin
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-github-pull-requests-board': patch
|
||||
---
|
||||
|
||||
Fix bug on fetching teams repositories where were being filtered by type service unnecessarily
|
||||
@@ -27,7 +27,6 @@ export function useUserRepositories() {
|
||||
const entitiesList = await catalogApi.getEntities({
|
||||
filter: {
|
||||
kind: 'Component',
|
||||
'spec.type': 'service',
|
||||
'spec.owner': teamEntity?.metadata?.name,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user