Browse Source

CLDC-4077: Flag review apps deprovisioning and what to do in the PR

pull/3101/head
Samuel Young 2 weeks ago
parent
commit
9563866128
  1. 2
      .github/workflows/review_pipeline.yml

2
.github/workflows/review_pipeline.yml

@ -52,6 +52,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: "Created review app at https://review.submit-social-housing-data.communities.gov.uk/${{ github.event.pull_request.number }}"
msg: "Created review app at https://review.submit-social-housing-data.communities.gov.uk/${{ github.event.pull_request.number }}. Note that the review app will be automatically deprovisioned after 30 days and will need the review app pipeline running again."
check_for_duplicate_msg: true
duplicate_msg_pattern: Created review app at*

Loading…
Cancel
Save