Skip to content

Commit 0334fa3

Browse files
author
h1alexbel
committed
feat(#52): better messages
1 parent 0e334c4 commit 0334fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function run() {
8282
const skip = new Excluded(excluded, smart).value();
8383
if (skip) {
8484
console.log(
85-
`Issue #${issue.number} (${smart.title}) skipped, excluded titles: ${excluded}`
85+
`Issue #${issue.number} (${smart.title}) was skipped, all excluded titles: ${excluded}`
8686
);
8787
} else {
8888
const body = smart.body;

0 commit comments

Comments
 (0)