Changes between Initial Version and Version 1 of Ticket #4903, comment 25
- Timestamp:
- 02/24/2020 05:22:16 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4903, comment 25
initial v1 1 1 I think the display of `mergeable_state` needs some improvement. When a build is still running the value is `unstable` which is incorrectly displayed as "❌ Failing tests". When tests are actually failing ([https://github.com/WordPress/wordpress-develop/pull/156 example]) the state is `unknown` and displayed as "undefined". 2 3 It seems like https://developer.github.com/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref will give us the correct results for tests.