Skip to content

Commit

Permalink
Update PullRequestTitleValid (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeauriach committed Aug 23, 2022
1 parent d393fec commit 7d84f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pullRequest.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.isPullRequestTitleValid = (pullRequestName) =>
!!pullRequestName.match(
/^(Add|Clean|Fix|Improve|Remove|Update|Rework|Ignore|Bump) [a-zA-Z@].*$/
/^(Add|Clean|Fix|Improve|Remove|Update|Rework|Ignore|Bump) .+$/
/* remember to edit the Notion when changing this value:
https://www.notion.so/mobsuccess/Git-Guidelines-41996ef576cb4f29b7737772b74289c5
*/
Expand Down

0 comments on commit 7d84f16

Please sign in to comment.