CLDC-4351: only teardown review apps for prs with review apps (#3293)
* CLDC-4351: tear down review apps on label removal OR on pr close for labelled prs
* CLDC-4351: add teardown success comment on unlabel
* CLDC-4351: update deploy comment with teardown process
* CLDC-4351: typo fix
* CLDC-4351: typo fix
* CLDC-4351: typo fix
const msg = `Created review app at https://review.submit-social-housing-data.communities.gov.uk/${prNumber}. Note that the review app will be automatically deprovisioned after 30 days and will need the review app pipeline running again.`;
const msg = `Created review app at https://review.submit-social-housing-data.communities.gov.uk/${prNumber}. Note that the review app will be automatically deprovisioned after 30 days and will need the review app pipeline running again. To tear down the review app entirely, remove the \`review-app\` label or merge/close the PR.`;