Skip to content

bziemons/mergetest-docker-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Merge-test Docker Action

Tests whether commits can be cherry-picked into a target branch. Originally this is for checking of commits from a pull request can be "merged" into other branches than their destination branch, e.g. release branches.

The action fails if any of the used commands fail and the pseudo-code is something along the following lines:

git clone --branch $TARGET_BRANCH https://github.com/$TARGET_REMOTE.git
git cherry-pick $SOURCE_COMMITS

About

Tests whether a PR merges into other branches than its destination branch, e.g. release branches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published