Prevent CMake targets from going stale. #255
Labels
⬇️ affects: repo or tools
Affects the non-library tools or the repository itself
📁 kind: enhancement
New feature or request
💪 effort: medium
Soon, we plan to support CMake (#215). We won't use globbing, because that's a can of worms. But several bazel targets do use globbing, so we need a way to make sure the CMake build doesn't go stale.
Maybe there's some GitHub action where the user will have to check a box to land the PR. And this blocking box can be triggered on:
units
, that we glob.BUILD
file being edited.The latter would makes this issue more expansive than globs, so that it covers keeping CMake up to date generally.
The text was updated successfully, but these errors were encountered: