Documentation ¶
Overview ¶
Package common is used to share common code between all VCS clients without running into circular dependency issues.
Index ¶
Constants ¶
View Source
const AutomergeCommitMsg = "[Atlantis] Automatically merging after successful apply"
AutomergeCommitMsg is the commit message Atlantis will use when automatically merging pull requests.
Variables ¶
This section is empty.
Functions ¶
func SplitComment ¶
SplitComment splits comment into a slice of comments that are under maxSize. It appends sepEnd to all comments that have a following comment. It prepends sepStart to all comments that have a preceding comment.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.