Skip to content

Commit

Permalink
added quotes so label lists are easier to read
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons committed Feb 8, 2022
1 parent a71f9ef commit 6d6f098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ async function stripLabelsFromCardIssue (card, labels) {
const newLabels = subtractLabels(issueLables, labels)

if (newLabels) {
console.log(`INFO: Replacing labels for issue #${issueNumber} from ${Object.keys(issueLables)} to ${newLabels}`)
console.log(`INFO: Replacing labels for issue #${issueNumber} from "${Object.keys(issueLables)}" to "${newLabels}"`)

return octokit.request('PUT /repos/{owner}/{repo}/issues/{issue_number}/labels', {
owner: owner,
Expand Down

0 comments on commit 6d6f098

Please sign in to comment.