1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Improve checks vs status information (#21869)

* add note about status check type
This commit is contained in:
mc
2021-10-06 10:34:55 +01:00
committed by GitHub
parent 53612ae4f9
commit cd26382f91

View File

@@ -40,6 +40,12 @@ When _checks_ are set up in a repository, pull requests have a **Checks** tab wh
![Status checks within a pull request](/assets/images/help/pull_requests/checks.png) ![Status checks within a pull request](/assets/images/help/pull_requests/checks.png)
{% note %}
**Note:** The **Checks** tab only gets populated for pull requests if you set up _checks_, not _statuses_, for the repository.
{% endnote %}
When a specific line in a commit causes a check to fail, you will see details about the failure, warning, or notice next to the relevant code in the **Files** tab of the pull request. When a specific line in a commit causes a check to fail, you will see details about the failure, warning, or notice next to the relevant code in the **Files** tab of the pull request.
![Details of a status check](/assets/images/help/pull_requests/checks-detailed.png) ![Details of a status check](/assets/images/help/pull_requests/checks-detailed.png)