Skip to content

Commit

Permalink
update index.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
Karthik-Nayak98 committed Mar 13, 2021
1 parent 7b2e335 commit 46a2450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions dist/index.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.js.map

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,11 @@ const run = async () => {
color: 'BFD4F2', // this is a green color
});

core.debug(label);

const labels = []
labels.push(label)
octokit.issues.addLabels({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
labels: labels,
labels: label,
});
}

Expand Down

0 comments on commit 46a2450

Please sign in to comment.