From fd8722550f413957174712b67b8042516e5fa09f Mon Sep 17 00:00:00 2001 From: Murdo <109604278+murdo-moj@users.noreply.github.com> Date: Wed, 11 Sep 2024 11:02:03 +0100 Subject: [PATCH 1/2] Improve body text of automated prod push ticket --- .github/workflows/prod-deploys-create-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod-deploys-create-issue.yml b/.github/workflows/prod-deploys-create-issue.yml index 5fbead1f..ba30ff67 100644 --- a/.github/workflows/prod-deploys-create-issue.yml +++ b/.github/workflows/prod-deploys-create-issue.yml @@ -18,6 +18,6 @@ jobs: run: | now=$(date +'%Y-%m-%d') title=":rocket: Deploy to production: $now" - body="Deploy to production: $now" + body="Simply push the latest working dev version through to prod. This does not include a release" gh issue create --title "${title}" --body "${body}" --label "${label}" From a012db845e361ca1b63ad14f1b58029d1f4d9cd3 Mon Sep 17 00:00:00 2001 From: Murdo <109604278+murdo-moj@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:38:32 +0100 Subject: [PATCH 2/2] Update .github/workflows/prod-deploys-create-issue.yml --- .github/workflows/prod-deploys-create-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/prod-deploys-create-issue.yml b/.github/workflows/prod-deploys-create-issue.yml index ba30ff67..96b927ed 100644 --- a/.github/workflows/prod-deploys-create-issue.yml +++ b/.github/workflows/prod-deploys-create-issue.yml @@ -18,6 +18,6 @@ jobs: run: | now=$(date +'%Y-%m-%d') title=":rocket: Deploy to production: $now" - body="Simply push the latest working dev version through to prod. This does not include a release" + body="Simply [push the latest](https://github.com/ministryofjustice/find-moj-data/actions/workflows/deploy-staged.yml) working dev version through to prod. This does not include a release" gh issue create --title "${title}" --body "${body}" --label "${label}"