require-conditional-status-checks icon indicating copy to clipboard operation
require-conditional-status-checks copied to clipboard

GitHub Action: Compose multiple (conditional) checks into a single check based on file paths in a pull request

Results 6 require-conditional-status-checks issues
Sort by recently updated
recently updated
newest added

I sometimes seen runs going from in_progress to unknown in the next run, or never changes from unknown in the first place. I have around 50 jobs in my yaml...

I know there are some usage examples in the README but it would be nice to have an actual example repo that we can fork and play with it to...

Right now I have a timeout of 15 minutes but since the job aren't being actually found (#12) it will stay like that until timeout: ![image](https://user-images.githubusercontent.com/3504472/177590299-1823fada-8cf0-4bc5-b0ab-bae7036bae60.png) It would be nice...

Right now if you have some tasks that run on `pull_request_target` they are not going to be picked up by the status checks: ![image](https://user-images.githubusercontent.com/3504472/177590062-192b6a19-ec4c-484c-96e6-a94b11306cbe.png)

Does the `paths` options accept a negated wildcard path or is it necessary to add a `paths-ignore` option? Thank you BTW this is very useful 🙏🏽

Hi, Thanks for your action; it's pretty convenient in our monorepo environment. Some of our "checks" are in fact "statuses" (see https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks) POSTed to Github API by custom tools and...