Mergify config not matching github actions jobs #137
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Expected Behaviour
Mergify should merge when conditions are met, including the CI jobs defined in github actions
Current Behaviour
Mergify fails to merge the pr, showing that
check-success=validate
is false even when all github actions have passed.Possible Solution
Based on https://docs.mergify.com/conditions/#about-status-checks, it looks like the configuration would be correct, in that the github actions
job
name isvalidate
, however I believe it probably needs to be modified to take into account that the job is a matrix job.Some investigation will need to be done to determine if we need to specify
check-success
for all combinations of the matrix job or if there is a way to configure it to check for a prefix or regex matching the matrix jobs.The text was updated successfully, but these errors were encountered: