How to customize k8s runners name?

We have GL runner installed on a k8s cluster. Currently, when a new pod is being created it is named i.e.:

runner-tbpzjjzt-project-7-concurrent-1mxl9q

Is there any way I can customize the name and use i.e.: the project name instead of the number of the project i.e.:

runner-tbpzjjzt-project-myproject-concurrent-1mxl9q

or

runner-tbpzjjzt-myproject-concurrent-1mxl9q

?