acdh-oeaw / prosnet-workflows

Workflows for GitHub actions for Prosopography & Networks projects
2 stars 1 forks source link

Rename release-please workflow / use prefix for calling workflows #75

Open koeaw opened 4 months ago

koeaw commented 4 months ago

In #73, I prefixed the calling workflow for the reusable add-to-project.yml workflow with prosnet-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.

koeaw commented 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.