relizy / PrCommentOptions
Interface: PrCommentOptions
Defined in: src/commands/pr-comment.ts:7
Properties
config?
optionalconfig?:ResolvedRelizyConfig
Defined in: src/commands/pr-comment.ts:13
Pre-loaded config to avoid redundant config loading when called from release flow
configName?
optionalconfigName?:string
Defined in: src/commands/pr-comment.ts:11
dryRun?
optionaldryRun?:boolean
Defined in: src/commands/pr-comment.ts:9
logLevel?
optionallogLevel?:"error"|"default"|"silent"|"warning"|"normal"|"debug"|"trace"|"verbose"
Defined in: src/commands/pr-comment.ts:10
prNumber?
optionalprNumber?:number
Defined in: src/commands/pr-comment.ts:8
releaseContext?
optionalreleaseContext?:ReleaseContext
Defined in: src/commands/pr-comment.ts:15
Release context passed from the release flow. When absent, standalone mode is used.