File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13646,7 +13646,7 @@ class se_Helper {
13646
13646
.toString();
13647
13647
for (const pomEntity of poms) {
13648
13648
if (pomEntity['pom'].startsWith('/components') &&
13649
- pomEntity['pom'].indexOf(name + '-deployment/') > -1) {
13649
+ pomEntity['pom'].indexOf(pomEntity[' name'] + '-deployment/') > -1) {
13650
13650
const owners = [];
13651
13651
const reviewers = [];
13652
13652
for (const ownerRaw of ownersFile.split('\n')) {
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export class Helper {
58
58
for ( const pomEntity of poms ) {
59
59
if (
60
60
pomEntity [ 'pom' ] . startsWith ( '/components' ) &&
61
- pomEntity [ 'pom' ] . indexOf ( name + '-deployment/' ) > - 1
61
+ pomEntity [ 'pom' ] . indexOf ( pomEntity [ ' name' ] + '-deployment/' ) > - 1
62
62
) {
63
63
const owners = [ ]
64
64
const reviewers = [ ]
You can’t perform that action at this time.
0 commit comments