Skip to content

Commit

Permalink
fix: replaceAllLabels method
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Jul 18, 2018
1 parent b62c60e commit 835c4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/repoContext.js
Expand Up @@ -44,7 +44,7 @@ const initRepoContext = async (context, config) => {
if (process.env.DRY_RUN) return;

if (modified) {
await context.github.issues.replaceLabels(
await context.github.issues.replaceAllLabels(
context.issue({
labels: [...newLabels],
})
Expand Down

0 comments on commit 835c4f7

Please sign in to comment.