Open koeaw opened 4 months ago
I dimly remember it may be possible to put workflows in a different folder than the .github/workflows
default one, which would be a simpler/cleaner way to keep calling and reusable workflows separate, but I'd guess that's only applicable to one of the two kinds, and would further guess that that's reusable workflows.
Which, at this point, would be a hassle because it'd require updating all the calling workflows in the other repos.
In #73, I prefixed the calling workflow for the reusable
add-to-project.yml
workflow withprosnet-workflows-
for better differentiation.I'd suggest to do the same for all callable workflows going forward + to rename the existing (callable)
release-please.yml
workflow.An update of the README to additionally spell this out for users looking for the reusable workflows hosted in this repo would make sense as well.