Skip to content

Commit

Permalink
Add new verbs support to a pull request title (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierresisson committed May 16, 2023
1 parent d98002f commit 3cccad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pullRequest.js
@@ -1,6 +1,6 @@
exports.isPullRequestTitleValid = (pullRequestName) =>
!!pullRequestName.match(
/^(Add|Clean|Fix|Improve|Remove|Update|Rework|Ignore|Bump) .+$/
/^(Add|Clean|Fix|Improve|Remove|Update|Rework|Ignore|Bump|Switch|Migrate) .+$/
/* remember to edit the Notion when changing this value:
https://www.notion.so/mobsuccess/Git-Guidelines-41996ef576cb4f29b7737772b74289c5
*/
Expand Down

0 comments on commit 3cccad6

Please sign in to comment.