Custodian v0.0.1 Custodian.Github.Tentacat.Merges View Source

Provides an implementation of the Custodian.Github.Merges behaviour with the GitHub API.

This module provides a function to merge branches via the GitHub v3 API over HTTPS.

Link to this section Summary

Functions

Merges commits from base into head on a repo

Link to this section Functions

Merges commits from base into head on a repo.

More info.

Examples

iex> merge(%Bot{}, "pr-1", "master")
{201, ""}