You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When workflows call other workflows, github concatenates and truncates their names. For example, we see this in our rocks repo PRs:
This makes the CI summaries hard to read and generally less useful. When possible, we use very short names (and maybe apply a max character limit) so these summaries are still helpful.
We could also add some linting in this repo to control this (check that each name is <X characters, or raise an error)
What needs to get done
Shorten any reusable workflow names, where possible
(optional) add linting to this repo for workflow name length
Definition of Done
see above
The text was updated successfully, but these errors were encountered:
Context
When workflows call other workflows, github concatenates and truncates their names. For example, we see this in our rocks repo PRs:
This makes the CI summaries hard to read and generally less useful. When possible, we use very short names (and maybe apply a max character limit) so these summaries are still helpful.
We could also add some linting in this repo to control this (check that each name is <X characters, or raise an error)
What needs to get done
Definition of Done
see above
The text was updated successfully, but these errors were encountered: