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
Many times occasional users struggle to find pipeline failures in PRs. Reviewers have to check the PR, look at the failure in pipelines, then manually post a comment with some link - to explain why the PR is still in the queue.
If we could post a message in the PRs with link to failures, similar to:
There are errors in <link to pipelines>:
<details>
<summary>Failed builds</summary>
- link 1
- link 2
...
</details>
that would help users proceed independently with their PRs.
The text was updated successfully, but these errors were encountered:
Many times occasional users struggle to find pipeline failures in PRs. Reviewers have to check the PR, look at the failure in pipelines, then manually post a comment with some link - to explain why the PR is still in the queue.
If we could post a message in the PRs with link to failures, similar to:
that would help users proceed independently with their PRs.
The text was updated successfully, but these errors were encountered: