Skip to content

Commit

Permalink
fix: missing toAddNames.add in updateReviewStatus for teams
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Sep 2, 2019
1 parent b66ef6b commit 9b54591
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/index-node10-dev.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-node10-dev.cjs.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/index-node10.cjs.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index-node10.cjs.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/pr-handlers/actions/updateReviewStatus.ts
Expand Up @@ -87,6 +87,7 @@ export const updateReviewStatus = async <
if (label && !prLabels.some((prLabel) => prLabel.id === label.id)) {
newLabelNames.add(label.name);
toAdd.add(labelKey);
toAddNames.add(label.name);
}
});
}
Expand Down

0 comments on commit 9b54591

Please sign in to comment.