Skip to content

Commit bd48d0e

Browse files
authored
Update content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md
1 parent 94b558b commit bd48d0e

File tree

1 file changed

+1
-1
lines changed
  • content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests

1 file changed

+1
-1
lines changed

content/repositories/configuring-branches-and-merges-in-your-repository/defining-the-mergeability-of-pull-requests/about-protected-branches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Optionally, you can require approvals from someone other than the last person to
9595

9696
Required status checks ensure that all required CI tests are passing before collaborators can make changes to a protected branch. Required status checks can be checks or statuses. For more information, see "[About status checks](/github/collaborating-with-issues-and-pull-requests/about-status-checks)."
9797

98-
Before you can enable required status checks, you must configure the repository to use the status API. For more information, see "[Commits](/rest/commits/statuses)" in the REST documentation.
98+
Before you can enable required status checks, you must configure the repository to use the commit status API. For more information, see "[Commit statuses](/rest/commits/statuses)" in the REST API documentation.
9999

100100
After enabling required status checks, all required status checks must pass before collaborators can merge changes into the protected branch. After all required status checks pass, any commits must either be pushed to another branch and then merged or pushed directly to the protected branch.
101101

0 commit comments

Comments
 (0)