Related to #339 .
This is probably a niche problem.
Would it be possible to, using the env variable GITHUB_EXPORTER_WORKFLOWS_LABELS, to add a label for a custom_properties key.
Example webhook
{
"action": "completed",
"workflow_job": {...}
"repository": {
...
"custom_properties": {
"DEPARTMENT": "JAVATEAM"
}
}
This way we can add a label for the departement. Each department can have their own dashboard with metrics that are only relevant to their repo.
Related to #339 .
This is probably a niche problem.
Would it be possible to, using the env variable
GITHUB_EXPORTER_WORKFLOWS_LABELS, to add a label for a custom_properties key.Example webhook
This way we can add a label for the departement. Each department can have their own dashboard with metrics that are only relevant to their repo.