-
Notifications
You must be signed in to change notification settings - Fork 76
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
When using add-job-summary-as-pr-comment
it is sometimes simpler to open the GitHub job details pages.
Would it be possible to add such link: https://github.com/<user>/<project>/actions/runs/<run_id>/job/<job_id>?pr=<pr>
in the summary?
It could for instance be a link behind the renderOutcome(result)
emoji:
actions/sources/src/job-summary.ts
Lines 94 to 103 in 7fda81f
function renderBuildResultRow(result: BuildResult): string { | |
return ` | |
<tr> | |
<td>${result.rootProjectName}</td> | |
<td>${result.requestedTasks}</td> | |
<td align='center'>${result.gradleVersion}</td> | |
<td align='center'>${renderOutcome(result)}</td> | |
<td>${renderBuildScan(result)}</td> | |
</tr>` | |
} |
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request