Skip to content

Commit

Permalink
Update add-to-project.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyLaye authored Jun 16, 2022
1 parent fcb780e commit f782316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/add-to-project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export async function addToProject(): Promise<void> {
}
} else if (labelOperator === 'not') {
if (labeled.length > 0 && issueLabels.some(l => labeled.includes(l))) {
core.info(`Skipping issue $(issue?.number} because it contains one of the labels: $(labeled.join(', ')}`)
core.info(`Skipping issue ${issue?.number} because it contains one of the labels: $(labeled.join(', ')}`)
return
}
}
Expand Down

0 comments on commit f782316

Please sign in to comment.