chore: update config definition

Signed-off-by: Andy LADJADJ <andy.ladjadj@adevinta.com>
This commit is contained in:
Andy LADJADJ
2025-03-24 15:28:55 +01:00
parent aab955ddc7
commit f687ad4cbd
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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;