Open jvalkeal opened 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I managed to to this with julb/action-manage-label
, but unfortunately the latter has less features than ghaction-github-labeler
and has some issues (fixed in https://github.com/julb/action-manage-label/pull/1).
One idea for multiple config files... since we have a simple yaml file here.
Keep your multiple files in the repo.
Before calling this action do a concatenation of the files. Then run the action with the concatenated yaml file as the source.
While trying to label things in multiple repos where most labels are "shared" but there's always repo specific labels it'd be nice if you could point to multiple yml files instead of just one. Action could then merge those together. If want to force all labels to come from this action I'd need to either keep single yml(and merge manually) or keep a bit crazy list of excludes.
This basically shows the annoying thing if trying to use multiple steps:
As then you just end up with project labels.
Either expand existing
yaml-file
to use same format asexclude
or make a new config key:I might even find some time to help on this.