Skip to content

Commit

Permalink
feat(#52): better messages
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Mar 18, 2024
1 parent 0e334c4 commit 0334fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ async function run() {
const skip = new Excluded(excluded, smart).value();
if (skip) {
console.log(
`Issue #${issue.number} (${smart.title}) skipped, excluded titles: ${excluded}`
`Issue #${issue.number} (${smart.title}) was skipped, all excluded titles: ${excluded}`
);
} else {
const body = smart.body;
Expand Down

0 comments on commit 0334fa3

Please sign in to comment.