mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[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.
This commit is contained in:
3
.github/workflows/commit_artifacts.yml
vendored
3
.github/workflows/commit_artifacts.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user