foxygoat / git-scripts

0 stars 1 forks source link

git-pr-merge should wait for CI to pass #38

Open camh- opened 9 months ago

camh- commented 9 months ago

git-pr-merge should detect when CI is still running and wait for it to complete successfully before merging. It could also check the CI status before trying to merge and error out if CI has failed, rather than relying on github to fail the merge. Perhaps this needs an override to force the merge if the failing CI check is not required.