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'