Skip to content

Commit

Permalink
feat: lintPullRequestTitleWithConventionalCommit for Elax
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau committed Feb 8, 2024
1 parent 6bdbf6a commit f02b51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/accountConfigs/Elax-Energie.ts
Expand Up @@ -4,7 +4,7 @@ import type { Config } from './types';
const config: Config<never> = {
autoAssignToCreator: true,
trimTitle: true,
lintPullRequestTitleWithConventionalCommit: false,
lintPullRequestTitleWithConventionalCommit: true,
requiresReviewRequest: true,
prDefaultOptions: {
autoMerge: false,
Expand Down

0 comments on commit f02b51c

Please sign in to comment.