add 'aborted' as a valid build status (#5348)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2020-07-22 20:32:23 +01:00
committed by GitHub
parent cdb6bb1890
commit c85512997c

View File

@@ -22,6 +22,7 @@ const redStatuses = [
]
const otherStatuses = [
'aborted',
'building',
'canceled',
'cancelled',