Startrekzky opened a new issue, #7280: URL: https://github.com/apache/incubator-devlake/issues/7280
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case When diving into the 'DORA details - deployment frequency' dashboard. I found it hard to associate the deployment id with the actual deployment in the GitHub UI.  It would be better if a readable name and URL of the deployment could be displayed in this table. ### Description Add two columns to the above table: 1. `Name`: A readable name of the deployment. Take GitHub workflow run for example, it could - The title of the PR that triggers the deployment or workflow run, e.g. https://github.com/apache/incubator-devlake/actions/runs/8538161970 - Or, the message of the commit that triggers the deployment or workflow run, e.g. https://github.com/apache/incubator-devlake/actions/runs/8505543174 Please refer to the GitHub deployment list or workflow run list for more details: https://github.com/apache/incubator-devlake/actions?page=9 - deployment list  - workflow run list  The naming logic should be similar for GitLab/BitBucket/Azure/Bamboo deployment or pipeline runs. 2. A `url` for users to visit. For instance, - if a deployment is transformed from a GitHub deployment, the URL would be the GitHub deployment's address, e.g. https://github.com/apache/seatunnel/deployments - if a deployment is transformed from a GitHub workflow run, the URL would be the GitHub workflow run's address, e.g. https://github.com/apache/incubator-devlake/actions/runs/8538161970 ### Related issues #dora drill ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
