-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
In OpenTelemetry some of our contrib repos can contain a lot of projects and as such needing to list each project can lead to a bloated file and harder to mantain
Describe the solution you'd like
I want to be able use patterns in my project config to reduce my config and allow for easy scaling.
projects:
- label: *
changelog: src/*/CHANGELOG.mdIn the above * represents the name of a folder and the value would be the label converted to lower-case with spaces replaced with underscores.
Describe alternatives you've considered
Dynamically generating the config using scripts.
Additional context
N/a
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request