CommitMessage

class neophile.pr.CommitMessage(changes: List[str], title: ClassVar[str] = '[neophile] Update dependencies')

Bases: object

A Git commit message.

Attributes Summary

body

The body of the commit message.

title

The title of the commit message, currently fixed for all commits.

Attributes Documentation

body

The body of the commit message.

title: ClassVar[str] = '[neophile] Update dependencies'

The title of the commit message, currently fixed for all commits.