Skip to content

mihaigalos/pr-bisect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pr-bisect

Bisection of PRs / merge commits using git bisect. If a PR merge was identified, the logic looks inside to identify the exact commit which broke.

Usage

docker run -t --rm -v $(pwd):/src -v /tmp:/tmp ghcr.io/mihaigalos/docker/pr-bisect:latest BAD_COMMIT GOOD_COMMIT RUNNER

RUNNER is the logic delegated to git bisect: i.e. from your tester returning 0 for success and != 0 for failure.

Example usage

Have a look here.

About

Use git bisect on pull requests (PRs) / merge commits.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors