Allow moving from `CONTRIBUTOR` to `IN TEST` directly

This commit is contained in:
Pedro Pombeiro 2018-02-05 17:27:00 +01:00
parent 2c50f99c7b
commit f12d722bc7
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ async function assignPullRequestToCorrectColumn (github, robot, repo, pullReques
let srcColumns, dstColumn
switch (state) {
case 'approved':
srcColumns = [reviewColumn]
srcColumns = [contributorColumn, reviewColumn]
dstColumn = testColumn
break
case 'failed':