diff --git a/services/github/github-helpers.js b/services/github/github-helpers.js index 9bbeda52c6961..7d3c82fef78ef 100644 --- a/services/github/github-helpers.js +++ b/services/github/github-helpers.js @@ -11,7 +11,7 @@ const documentation = ` ` function stateColor(s) { - return { open: '2cbe4e', closed: 'cb2431', merged: '6f42c1' }[s] + return { open: '2cbe4e', closed: '6f42c1', merged: '6f42c1' }[s] } function errorMessagesFor(notFoundMessage = 'repo not found') {