found this little project called actionsmanager that handles github actions across different repos. it basically tracks your workflow definitions and flags whenever a repo has
drifted from the master template. i usually struggle with keeping reusable workflows consistent, so seeing which repos are
out of date is pretty handy. you can even group updates together to avoid manual work.
it might save some devops headaches if you have a massive setup. anyone else using something similar or just sticking to manual updates?
article:
https://dev.to/actionsmanager/actionsmanager-manage-github-actions-across-repositories-4e7o