In [WORKFLOWS.md](https://github.com/control-toolbox/Handbook/blob/main/WORKFLOWS.md), instead of `github-runner` and `kkt-runner` I would prefer `run ci github-runner` and `run ci kkt-runner`. The `run` prefix signals that the label triggers an action, and `ci` indicates what is being triggered.
In WORKFLOWS.md, instead of
github-runnerandkkt-runnerI would preferrun ci github-runnerandrun ci kkt-runner.The
runprefix signals that the label triggers an action, andciindicates what is being triggered.