Feature Request (Github Actions): Dynamic Workflow Run Name #11396
-
It would be nice to be able to add meaningful runtime data to the name ie via something similar to how a job can be named dynamically. Something like: name: "Build and Deploy to ${{github.event.inputs.environment}}". |
Beta Was this translation helpful? Give feedback.
Replies: 17 comments 12 replies
-
Thanks for the feedback @mpmarven-ms - I agree with you that it would be nice to be able to configure display names. We'll take a look at adding this support. |
Beta Was this translation helpful? Give feedback.
-
This is especially crucial for workflow runs triggered by |
Beta Was this translation helpful? Give feedback.
-
This would really help my team. |
Beta Was this translation helpful? Give feedback.
-
I would suggest dynamic folders instead.
When looking at your Workflows in the Actions tab:
|
Beta Was this translation helpful? Give feedback.
-
LGTM .My team need to review what action have been done so we should add dynamic Workflow Run Name to review that |
Beta Was this translation helpful? Give feedback.
-
This is also the issue we have. Drives the developers crazy not being able to distinguish the runs in the Actions list. I can understand restrictions on the variables allowed here, but seems like the inputs from a triggered workflow_dispatch should be available when the workflow run is named. If the workflow name can't be dynamic, some way to add to the description to show the inputs would be helpful. |
Beta Was this translation helpful? Give feedback.
-
Possibly a different suggestion... add an optional https://docs.github.com/en/rest/actions/workflows#create-a-workflow-dispatch-event
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi All - Just wanted to let everyone know that this feature is now live. |
Beta Was this translation helpful? Give feedback.
-
Thank you to each and everyone for making this happen , superb feature and helping in multiple ways |
Beta Was this translation helpful? Give feedback.
-
I noticed this was missing from schemastore so I've submitted a PR to update the Github Workflow JSON schema: SchemaStore/schemastore#2503 |
Beta Was this translation helpful? Give feedback.
-
Is there a way to filter workflows by name using run-name feature? as far as I can see its not possible since it will still get the workflow name by default. |
Beta Was this translation helpful? Give feedback.
-
This is a great feature but we use reusable workflows a lot and from my tests it does not seem to be possible to set the |
Beta Was this translation helpful? Give feedback.
-
Thanks for implementing this feature! It's important for our developers experience! :-) |
Beta Was this translation helpful? Give feedback.
-
I'm having issues using this on an enterprise repo. Are there plans to implement this for enterprise? |
Beta Was this translation helpful? Give feedback.
-
They will be in version 3.8
Check your company's GHES update rollout.
…On Fri, Feb 24, 2023 at 1:41 AM Andrew ***@***.***> wrote:
I'm having issues using this on an enterprise repo. Are there plans to
implement this for enterprise?
—
Reply to this email directly, view it on GitHub
<#11396 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACOKMQBRQ57GPYXMBIQNUATWY7YSNANCNFSM5OFR5PGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hey there folks!!! Is there a way to use the job names as the run-names dynamically in a workflow file having multiple jobs? |
Beta Was this translation helpful? Give feedback.
Hi All - Just wanted to let everyone know that this feature is now live.