chore: update config definition
Signed-off-by: Andy LADJADJ <andy.ladjadj@adevinta.com>
This commit is contained in:
Vendored
+2
-2
@@ -162,10 +162,10 @@ export interface Config {
|
||||
*/
|
||||
cloneUrl?: string;
|
||||
/**
|
||||
* Activate the edit url feature available since Gerrit 3.9
|
||||
* Disable the edit url feature for Gerrit version less than 3.9.
|
||||
* @visibility frontend
|
||||
*/
|
||||
enableEditUrl?: boolean;
|
||||
disableEditUrl?: boolean;
|
||||
/**
|
||||
* The username to use for authenticated requests.
|
||||
* @visibility secret
|
||||
|
||||
@@ -45,7 +45,7 @@ export type GerritIntegrationConfig = {
|
||||
cloneUrl?: string;
|
||||
|
||||
/**
|
||||
* Disable the edit url feature for Gerrit <= 3.8.
|
||||
* Disable the edit url feature for Gerrit version less than 3.9.
|
||||
*/
|
||||
disableEditUrl?: boolean;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user