backlog
backlog copied to clipboard
Feature Request: See "Checks" status on PRs page
As a user of the PRs page on the Pull Reminders site, I'd like to see the Checks status of each PR, so that I can easily determine which PRs are ready to merge or need additional work.
Suggested Acceptance Criteria:
- For each row:
- If the Checks are all successful, the github-style green check mark is displayed
- If any of the checks are failed, the github-style red "X" is displayed
- If any of the checks are pending, but none are failed, the github-style yellow circle is displayed
- If the PR isn't reporting any checks, nothing is displayed
Example from Github Pull Requests page:
Adding to backlog