()
| 22 | } |
| 23 | |
| 24 | export function githubSuccessPayload() { |
| 25 | return buildGithubPayload('success', 'PR body according to format'); |
| 26 | } |
| 27 | |
| 28 | export function githubFailurePayload() { |
| 29 | return buildGithubPayload('failure', 'PR body should start with the related trello card'); |
no test coverage detected