How to perform status checks in github repository
问题 I have a GitHub repository in which I protected one branch with the new feature of Protected Branches. Now my problem is that I wish to perform the status check in the system and then commit and push it to the GitHub repo. Problem: where do I perform such status checks and how do I send the message to the GitHub server that the status checks have been cleared? 回答1: where do I perform such status checks In the same place you set up status checks: settings/branches (select your branch) and how