Plugins: Include build number and PR in metadata (#18260)
This commit is contained in:
committed by
Torkel Ödegaard
parent
13c41b781a
commit
6fa617efdc
@@ -82,6 +82,8 @@ export interface PluginBuildInfo {
|
||||
repo?: string;
|
||||
branch?: string;
|
||||
hash?: string;
|
||||
number?: number;
|
||||
pr?: string;
|
||||
}
|
||||
|
||||
export interface PluginMetaInfo {
|
||||
|
||||
Reference in New Issue
Block a user