From eeb758f406f0cc27ab7863dc17eec00c24f2c0b6 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Wed, 2 Apr 2025 21:41:13 -0500 Subject: T7302: add dry_run field and update branch --- src/vyconf_pbt.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vyconf_pbt.mli') diff --git a/src/vyconf_pbt.mli b/src/vyconf_pbt.mli index 7371d18..7189a7a 100644 --- a/src/vyconf_pbt.mli +++ b/src/vyconf_pbt.mli @@ -60,6 +60,7 @@ type request_commit = { confirm : bool option; confirm_timeout : int32 option; comment : string option; + dry_run : bool option; } type request_rollback = { @@ -242,6 +243,7 @@ val default_request_commit : ?confirm:bool option -> ?confirm_timeout:int32 option -> ?comment:string option -> + ?dry_run:bool option -> unit -> request_commit (** [default_request_commit ()] is the default value for type [request_commit] *) -- cgit v1.2.3