feat: display author of changes in workflow tab (#5780)
This commit is contained in:
@ -40,6 +40,7 @@ export interface UnpublishedEntryDiff {
|
||||
}
|
||||
|
||||
export interface UnpublishedEntry {
|
||||
pullRequestAuthor?: string;
|
||||
slug: string;
|
||||
collection: string;
|
||||
status: string;
|
||||
|
Reference in New Issue
Block a user