From 5499e46290935cf0d21dfc424576c574600aea61 Mon Sep 17 00:00:00 2001 From: Darice L Guittet Date: Thu, 21 Aug 2025 15:14:51 -0600 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5edc24efb..129516546 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,4 +46,4 @@ jobs: git add '${{ github.workspace }}/ssc/test/elapsed_time_release' git commit -m "Update Test Elapsed Time CSVs for new Release" git push origin update_test_times - gh pr create -B develop -H update_test_times --title 'Merge update_test_times into develop' --body 'Created by Github action' \ No newline at end of file + gh pr create -B develop -H update_test_times --title 'Merge update_test_times into develop' --body 'As part of automated release process, run the SSC tests and update the test times CSV. This allows tracking of the test times across releases, and for comparison of feature branchs' test times to that of the latest release.\n\nCreated via release.yml by Github action'