1
0
mirror of synced 2025-12-31 15:04:15 -05:00

Merge pull request #32069 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-25 15:27:38 -07:00
committed by GitHub

View File

@@ -95,7 +95,7 @@ Optionally, you can require approvals from someone other than the last person to
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)."
Before you can enable required status checks, you must configure the repository to use the status API. For more information, see "[Repositories](/rest/reference/commits#commit-statuses)" in the REST documentation.
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.
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.