Methods
(inner) servicesForTitle(title) → {Array.<string>}
Given a pull request title like '[Travis Sonar] Support user token authentication' extract the list of service names in square brackets as an array of strings.
Parameters:
Name | Type | Description |
---|---|---|
title |
string | Pull Request title |
Returns:
Array of service names
- Type
- Array.<string>