Skip to content

Azure Devops Merge Bot handles merging branches automatically based on policy

Notifications You must be signed in to change notification settings

Tasteful/azure-devops-merge-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-devops-merge-bot

This Azure DevOps extension automates the merging of branches based on policies.

Say, you want to merge every change that gets to develop to master: Merge-a-Bot will automate this process, by first creating a pull request, then monitoring the pull request until it is ready to merge and finally merging it.

Currently, there are two policies available:

  1. From a source to a target branch. Changes to source branch will be merged to target branch.

  2. Cascade release branches to a target branch. Changes to branches with the pattern release/* are merged to other release/* branches and finally to a default branch following SemVer 2.

    Ex: A change to release/2.0 will be merged to release/2.1, then release/2.1 will be merged down to the default branch (master, develop, etc), but not to release/1.0

Contribute

Have a feature request? Running into problems? Create an issue!

About

Azure Devops Merge Bot handles merging branches automatically based on policy

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C# 78.7%
  • TypeScript 18.7%
  • Other 2.6%