Skip to content

Commit

Permalink
[DiffTrain] Add github url for the commit to the commit message (#25845)
Browse files Browse the repository at this point in the history
Currently we just append the ref for the commit, let's make it clickable
for easier debugging in syncs.
  • Loading branch information
poteto authored Dec 8, 2022
1 parent 8196872 commit 1c7055d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/commit_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c7055d

Please sign in to comment.