github-workflows-kt
github-workflows-kt copied to clipboard
chore(abg): Unify content of ActionCoords name
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.
-
#1646
: 4 dependent PRs (#1602
, #1608
, #1609
and 1 other) 👈 (View in Graphite)
-
main
This stack of pull requests is managed by Graphite. Learn more about stacking.
Done