Required CI checks for PRs on Github should be done before a merge
C
Cadmium red Barracuda
When attempting to merge a PR, there are requirements such as
- An approval must be granted if required
- All existing CI checks should be completed successfully
We do not have this workflow as part of the CI validations for the Merge PR plugin or presence of another plugin to attempt this validation before proceeding to a merge.
A solution here would meet the outcome of validating the two requirements above before attempting a merge, failure to do so requires manual intervention to resolve the faulting issues on Github.
Log In