We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce646dc commit addaa1fCopy full SHA for addaa1f
src/Runner/Shorthand.php
@@ -52,7 +52,7 @@ class Shorthand
52
'injectissuekeyfrombranch' => Hook\Message\Action\InjectIssueKeyFromBranch::class,
53
'cacheonfail ' => Hook\Message\Action\CacheOnFail::class,
54
'mustfollowbeamsrules' => Hook\Message\Action\Beams::class,
55
- 'mustcontainsregex' => Hook\Message\Action\Regex::class,
+ 'mustmatchregex' => Hook\Message\Action\Regex::class,
56
'preparefromfile' => Hook\Message\Action\PrepareFromFile::class,
57
'prepare' => Hook\Message\Action\Prepare::class,
58
],
0 commit comments