Skip to content

Commit

Permalink
chore: allow package prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
grdsdev committed Apr 3, 2024
1 parent ea24472 commit dde0bc6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/conventional-commits-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit dde0bc6

Please sign in to comment.