IgorIgnatevSky opened a new issue, #7698: URL: https://github.com/apache/incubator-devlake/issues/7698
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened If my workflow uses run-name then the name column in _tool_github_runs and cicd_pipelines tables collected with display_title instead of workflow name, as a result, it's hard to filter and query statistics for such workflows. <img width="635" alt="image" src="https://github.com/apache/incubator-devlake/assets/150010866/0e64bf72-13e2-4ba9-a7ca-7600fe90f366"> ### What do you expect to happen name column the same as without run-name definition with name of workflow instead dynamic display_title as without run-name <img width="417" alt="image" src="https://github.com/apache/incubator-devlake/assets/150010866/26971743-b4a3-4ef0-b6cb-e9f676aa41e8"> ### How to reproduce use run-name in any workflow definition eq: `run-name: "Deploy on ${{ inputs.app_name || github.event.label.name || 'production' }}` ### Anything else _No response_ ### Version v1.0.0 ### Are you willing to submit 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]
