nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
MergePROptions
Interface MergePROptions
PR merge options.
interface
MergePROptions
{
method
?:
"merge"
|
"squash"
|
"rebase"
;
commitTitle
?:
string
;
commitMessage
?:
string
;
deleteBranch
?:
boolean
;
}
Index
Properties
method?
commit
Title?
commit
Message?
delete
Branch?
Properties
Optional
Readonly
method
method
?:
"merge"
|
"squash"
|
"rebase"
Optional
Readonly
commit
Title
commitTitle
?:
string
Optional
Readonly
commit
Message
commitMessage
?:
string
Optional
Readonly
delete
Branch
deleteBranch
?:
boolean
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
method
commit
Title
commit
Message
delete
Branch
GitHub
npm
nexus-agents - v2.80.0
Loading...
PR merge options.