mirror of
https://github.com/outline/outline.git
synced 2025-12-20 01:59:56 -06:00
Show correct icon & color for GitHub draft PR (#9063)
This commit is contained in:
@@ -461,7 +461,7 @@ export type UnfurlResponse = {
|
||||
/** Pull Request author */
|
||||
author: { name: string; avatarUrl: string };
|
||||
/** Pull Request status */
|
||||
state: { name: string; color: string };
|
||||
state: { name: string; color: string; draft?: boolean };
|
||||
/** Pull Request creation time */
|
||||
createdAt: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user