Slackbot
12/27/2023, 1:51 AMtony
12/28/2023, 12:44 AMtony
12/28/2023, 8:05 PMtony
12/28/2023, 8:16 PMid
?Daz DeBoer
12/29/2023, 12:58 AMid
. The simplest solution I can think for multiple Gradle steps is to have a single "PR comment" step, that has if: failure()
and adds the Build Scan URL for all Gradle steps on failure.tony
12/29/2023, 8:11 PMDaz DeBoer
01/02/2024, 1:03 AMgradle-build-action@v3-prerelease
. The action is now able to automatically add a pull-request comment with the content of the Job Summary. This includes a table of all Gradle executions as well as links to any published build scans.
See https://github.com/gradle/gradle-build-action?tab=readme-ov-file#adding-job-summary-as-a-pull-request-comment for details.tony
01/02/2024, 2:23 AM