ex_mustang icon indicating copy to clipboard operation
ex_mustang copied to clipboard

Auto-branch updater for open pull requets

Open techgaun opened this issue 7 years ago • 0 comments

If pull requests are open and need to be updated with base branch, bot can basically update the branch in case of no merge conflict.

https://developer.github.com/v3/repos/merging/
{
 "base": "your_branch",
 "head": "master",
 "commit_message": "Merge master into branch"
}

techgaun avatar Jan 04 '19 19:01 techgaun