[feat] improve mergeable
param or add a paramater for Has/Needs code review
#162
Labels
mergeable
param or add a paramater for Has/Needs code review
#162
The
mergeable
parameter is pretty good, however there is one limitation with it. It will pass (whenTrue
) if all of the checks pass, however there may be other things blocking merging (specifically it may require review). See below:It would be good to either:
mergeable
to account for this.I think if we wanted to do number 1, we could maybe read
MergeableState
instead so that we actually check that the PR is indeed in a clean state. I also found this Enum which I don't see in the API library so not sure if we have access to that.The text was updated successfully, but these errors were encountered: