Skip to content

Commit

Permalink
Merge branch 'master' into km/revert-fix-email-change
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Feb 8, 2024
2 parents 75193d2 + 72a17bf commit 81fcdaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conventional-commits-lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const RELEASE_AS_DIRECTIVE = /^\s*Release-As:/im;
const BREAKING_CHANGE_DIRECTIVE = /^\s*BREAKING[ \t]+CHANGE:/im;

const ALLOWED_CONVENTIONAL_COMMIT_PREFIXES = [
"revert",
"feat",
"fix",
"ci",
Expand Down

0 comments on commit 81fcdaf

Please sign in to comment.