diff --git a/.github/workflows/conventional-commits-lint.js b/.github/workflows/conventional-commits-lint.js index 46fbb57b..aa9e56c2 100644 --- a/.github/workflows/conventional-commits-lint.js +++ b/.github/workflows/conventional-commits-lint.js @@ -73,12 +73,6 @@ validate.forEach((payload) => { ); failed = true; } - - if (groups.package && groups.prefix !== "chore") { - console.warn( - "Avoid using package specifications in PR titles or commits except for the `chore` prefix.", - ); - } } else { console.error( "PR or commit title must match conventional commit structure.",