Skip to main content

GithubConfig

See Template Schema Validation to learn how to validate templates automatically in your IDE.

Description

Properties

  • commit_message_user_name (string): Commit message user name. Default: "Iambic Automation".
  • commit_message_user_email (string): Commit message user email. Default: "iambic-automation@iambic.org".
  • commit_message_for_detect (string): Commit message to use during changes through detect operations. Default: "Import changes from detect operation".
  • commit_message_for_import (string): Commit message to use during changes through import operations. Default: "Import changes from import operation".
  • commit_message_for_expire (string): Commit message to use during changes through expire operations. Default: "Periodic Expiration".
  • commit_message_for_git_apply (string): Commit message to use during changes through git-apply. Default: "Replace relative time with absolute time".
  • allowed_bot_approvers (array): list of allowed bot approver. Default: [].

Definitions

  • GithubBotApprover (object)
    • login (string, required): login for allowed bot approver.
    • es256_pub_key (string, required): ES256 Pub Key for allowed bot approver.