CommitMessage¶
- class neophile.pr.CommitMessage(changes: List[str], title: ClassVar[str] = '[neophile] Update dependencies')¶
Bases:
object
A Git commit message.
Attributes Summary
The body of the commit message.
The title of the commit message, currently fixed for all commits.
Attributes Documentation
- body¶
The body of the commit message.