1
0
mirror of synced 2026-01-07 18:01:41 -05:00

Minor typo fix - extra period (#27067)

This commit is contained in:
Jim Eagan
2023-07-26 08:00:54 -07:00
committed by GitHub
parent 0aa30a424c
commit ec60ae713b

View File

@@ -110,7 +110,7 @@ For complex pull requests that require many reviews, requiring an approval from
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 "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks)."
You can use the commit status API to allow external services to mark commits with an appropriate status.. For more information, see "[AUTOTITLE](/rest/commits/statuses)" in the REST API documentation.
You can use the commit status API to allow external services to mark commits with an appropriate status. For more information, see "[AUTOTITLE](/rest/commits/statuses)" in the REST API documentation.
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.