Fix comment on release PR if tests errored (#2915)
This commit is contained in:
parent
4e0528146b
commit
39ea58f02b
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ program
|
|||
}
|
||||
requestBody += `\nIf this bugs won't be fixed in next patch release for this version mark them as known issues`;
|
||||
}
|
||||
}else if(testsStatus === "ERRORED"){
|
||||
requestBody = `Tests ERRORED! Check log at ${options.dashboard_url}`
|
||||
}
|
||||
|
||||
const event = "COMMENT";
|
||||
|
|
Loading…
Reference in a new issue