From 1c7055ddbbdae81224f998e42832d882fde06686 Mon Sep 17 00:00:00 2001 From: lauren Date: Thu, 8 Dec 2022 11:22:35 -0800 Subject: [PATCH] [DiffTrain] Add github url for the commit to the commit message (#25845) Currently we just append the ref for the commit, let's make it clickable for easier debugging in syncs. --- .github/workflows/commit_artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 9505643dc3..05744cb5cf 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -158,7 +158,8 @@ jobs: commit_message: | ${{ github.event.head_commit.message }} - DiffTrain build for `${{ github.sha }}` + DiffTrain build for [${{ github.sha }}](https://github.com/facebook/react/commit/${{ github.sha }}) + [View git log for this commit](https://github.com/facebook/react/commits/${{ github.sha }}) branch: builds/facebook-www commit_user_name: ${{ github.actor }} commit_user_email: ${{ github.actor }}@users.noreply.github.com