Support add dependencies as part of approval workflow
This commit is contained in:
@@ -118,6 +118,7 @@ export interface CodeProposal {
|
||||
title: string;
|
||||
securityRisks: SecurityRisk[];
|
||||
filesChanged: FileChange[];
|
||||
packagesAdded: string[];
|
||||
}
|
||||
|
||||
export interface SuggestedAction {
|
||||
|
||||
Reference in New Issue
Block a user