raihle commented on issue #5743:
URL: 
https://github.com/apache/incubator-devlake/issues/5743#issuecomment-1689964411

   @klesh I'm using the terms as described here: 
https://devlake.apache.org/docs/Configuration/GitHub/#cicd
   
   **Workflow name**: The name given to a workflow in the workflow definition 
file (the top-level `name` property), defaulting to the file path. These are 
shown in the left-hand list of all workflows when viewing the "Actions" tab of 
a repository. For this repository 
(https://github.com/apache/incubator-devlake/actions), that would be for 
example "Auto Cherry Pick", "Build-BuilderImage-Push-Docker", etc.
   <img width="319" alt="image" 
src="https://github.com/apache/incubator-devlake/assets/985768/029acdc6-af5a-4e68-9d51-2500f93422b4";>
   
   **Workflow Run Name**: The name given to a specific workflow run in the 
workflow definition file (the top-level `run-name` property), defaulting to 
various different values depending on what triggered the run (can be the 
workflow name, a truncated commit message, etc.). These are shown in the 
right-hand list of workflow runs when viewing the "Actions" tab. 
   <img width="531" alt="image" 
src="https://github.com/apache/incubator-devlake/assets/985768/2abb6a46-e498-430f-a901-c703a0735a63";>
   
   **Job Name**: The name given to a job inside a workflow definition file (the 
job-level `name` property), defaulting to the id of the job. These are shown in 
the left-hand side list and in the right-hand side graph when viewing a 
specific workflow run (e.g. "Build lake-builder image"): 
https://github.com/apache/incubator-devlake/actions/runs/3010479662
   <img width="330" alt="image" 
src="https://github.com/apache/incubator-devlake/assets/985768/e980044c-da35-4fd1-96b7-a37ee5ae1aff";>
   <img width="324" alt="image" 
src="https://github.com/apache/incubator-devlake/assets/985768/d5f319d7-0c9d-4db0-a00f-65c9378d8b70";>
   
   


-- 
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]

Reply via email to