github-workflows-kt icon indicating copy to clipboard operation
github-workflows-kt copied to clipboard

chore(abg): Unify content of ActionCoords name

Open Vampire opened this issue 1 year ago • 2 comments

Before these changes, ActionCoords#name sometimes had the actual action coordinates, so for example some-name__some-sub, sometimes it had the replaced some-name/some-sub. This is not good, as you never know what you get and also led to certain bugs where wrong things are written to metadata files for example. This changes unifies the situation, so that the name only contains the repository name and the path is in a separate property with slashes. All other manipulation is then done where needed.

Vampire avatar Sep 08 '24 08:09 Vampire

This stack of pull requests is managed by Graphite. Learn more about stacking.

Vampire avatar Sep 08 '24 08:09 Vampire

Done

Vampire avatar Sep 23 '24 08:09 Vampire