Andreas-Pelzer
Andreas-Pelzer
**Describe the feature** The Python module packaging is only allowed for version 23.x. The module itself has been upgraded to version >=24 almost one year ago. Can you please upgrade...
**Expected behavior and actual behavior:** Expected: the api call `POST [/projects/{project_name}/repositories/{repository_name}/artifacts/{reference}/tags](https://harbor.maersk.io/#/artifact/createTag)` creates an immutable tag if the body is like ```json { "name": "immo", "immutable": "true" } ``` Actual: However,...
### What would you like added? Add a Prometheus metric `github_workflow_jobs_in_queue` to track the number of jobs waiting for self-hosted runners. This metric will help to monitor and analyse the...