From 2cc54b57edec999cf00de949627de2853ef2a1a7 Mon Sep 17 00:00:00 2001 From: Samuel Susla Date: Mon, 20 Feb 2023 15:17:44 +0000 Subject: [PATCH] Change commit message for DiffTrain commigs (#26203) Previously, the commit message looked something like this in Github: Screenshot 2023-02-20 at 13 52 35 With this change, it will look like: DiffTrain build for commit db5e6250d4bbb70c5085c58694a2e9c78c3f6371. --- .github/workflows/commit_artifacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/commit_artifacts.yml b/.github/workflows/commit_artifacts.yml index 11dfbfd4fb..4d5e2853ac 100644 --- a/.github/workflows/commit_artifacts.yml +++ b/.github/workflows/commit_artifacts.yml @@ -152,8 +152,7 @@ jobs: commit_message: | ${{ github.event.head_commit.message }} - 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 }}) + DiffTrain build for commit ${{ github.sha }}. branch: builds/facebook-www commit_user_name: ${{ github.actor }} commit_user_email: ${{ github.actor }}@users.noreply.github.com