mirror of
https://github.com/outline/outline.git
synced 2026-05-07 02:20:56 -05:00
Show correct icon & color for GitHub draft PR (#9063)
This commit is contained in:
@@ -279,7 +279,8 @@ export class GitHub {
|
||||
},
|
||||
state: {
|
||||
name: prState,
|
||||
color: GitHubUtils.getColorForStatus(prState),
|
||||
color: GitHubUtils.getColorForStatus(prState, !!pr.draft),
|
||||
draft: pr.draft,
|
||||
},
|
||||
createdAt: pr.created_at,
|
||||
transformed_unfurl: true,
|
||||
|
||||
Reference in New Issue
Block a user