Config#

pydantic settings neophile.config.Config#

Configuration for neophile.

Parameters:
Fields:
field commit_email: Optional[str] = None#

Email address to use for GitHub commits

field commit_name: str = 'neophile'#

Name to use for GitHub commits

field github_app_id: str = ''#

GitHub App ID

field github_private_key: SecretStr = SecretStr('')#

GitHub App private key

Constraints:
  • type = string

  • writeOnly = True

  • format = password

property actor: Actor#

Git actor to use for commits.