Skip to content

relizy / PrCommentOptions

Interface: PrCommentOptions

Defined in: src/commands/pr-comment.ts:7

Properties

config?

optional config: ResolvedRelizyConfig

Defined in: src/commands/pr-comment.ts:13

Pre-loaded config to avoid redundant config loading when called from release flow


configName?

optional configName: string

Defined in: src/commands/pr-comment.ts:11


dryRun?

optional dryRun: boolean

Defined in: src/commands/pr-comment.ts:9


logLevel?

optional logLevel: "error" | "default" | "silent" | "warning" | "normal" | "debug" | "trace" | "verbose"

Defined in: src/commands/pr-comment.ts:10


prNumber?

optional prNumber: number

Defined in: src/commands/pr-comment.ts:8


releaseContext?

optional releaseContext: ReleaseContext

Defined in: src/commands/pr-comment.ts:15

Release context passed from the release flow. When absent, standalone mode is used.

Released under the MIT License.