Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VersionBotConfiguration

The VersionBot specific ProcBot Configuration structure.

Hierarchy

  • ProcBotConfiguration
    • VersionBotConfiguration

Index

Properties

Optional maintainers

maintainers: string[]

A list of approved maintainers (who also count as approved reviewers).

Optional minimum-approvals

minimum-approvals: undefined | number

Minimum number of review approvals required to satisfy a review.

procbot

procbot: object

Type declaration

  • Optional minimum_version?: undefined | number

    The minimum version of the ProcBots framework that should be used for execution in the context of the configuration file.

Optional required-tags

required-tags: FooterTags

Required commit footer tags.

Optional reviewers

reviewers: string[]

A list of approved reviewers who count towards the minimum number of approvals.

Generated using TypeDoc