mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
enhancement(tooling): commitlint ignore for github merge
This commit is contained in:
parent
524fab2dfb
commit
6e35247791
@ -21,6 +21,12 @@ const config: UserConfig = {
|
||||
],
|
||||
],
|
||||
},
|
||||
ignores: [
|
||||
(commitMessage) => {
|
||||
// add an exception for github
|
||||
return /^Merge branch '.*' into [a-zA-Z0-9\/\-_]+$/.test(commitMessage);
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user