You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #3636 and in #4026, we have problems with Maestro checks not going green when a build is skipped.
We should consider not-run builds as successful but we need to avoid cases where the check is neutral because it hasn't started yet (briefly after a commit is pushed or PR is created).
@MiYanni@marcpopMSFT there were way too many PRs and issues around this problem. I created this one issue to track this from now on. The rest was mostly closed already.
As discussed in #3636 and in #4026, we have problems with Maestro checks not going green when a build is skipped.
We should consider not-run builds as successful but we need to avoid cases where the check is neutral because it hasn't started yet (briefly after a commit is pushed or PR is created).
Example: dotnet/sdk#43972
Goal
It seems that we could check the conclusion as well as the status field for that (from the other PR conversation):
So we need something like #4026 but also verifying the status of the check.
The text was updated successfully, but these errors were encountered: