Set Commit Status In Another Repo

1 ยท Gleb Bahmutov ยท Nov. 30, 2023, 9:36 p.m.
See the blog post Separate Application And Tests Repos GitHub Actions Setup for how I set up two repos: one for a web application, another for its tests. In this blog post I will show how I set the commit status in the first repo before the tests execute and then when the tests finish. Having an explicit test commit status lets you protected the main branch from pull requests that have not executed the tests, or where the tests have failed.๐ŸŽ You can find the web application repo at bahmutov/todo...