Custodian v0.0.1 Custodian.Github.Merges behaviour View Source
Behaviour interface for merging branches on GitHub.
Implemented using Tentacat in Custodian.Github.Tentacat.Merges.
Link to this section Summary
Callbacks
Merges changes from master into the pull request’s branch
Link to this section Callbacks
Link to this callback
merge(bot, head, base)
View Source
merge(bot :: Custodian.Bots.Bot.t(), head :: String.t(), base :: String.t()) :: tuple()
Merges changes from master into the pull request’s branch.