Custodian v0.0.1 Custodian.Github.References behaviour View Source
Behaviour interface for interacting with branches on GitHub.
Implemented using Tentacat in Custodian.Github.Tentacat.References
.
Link to this section Summary
Callbacks
Deletes the named branch on GitHub in the repo managed by the given bot
Link to this section Callbacks
Link to this callback
remove(bot, branch)
View Source
remove(bot :: Custodian.Bots.Bot.t(), branch :: String.t()) :: tuple()
Deletes the named branch on GitHub in the repo managed by the given bot.