Skip to content

SIMSBIOHUB-360: Bug fix pipeline test spi 2 #639

SIMSBIOHUB-360: Bug fix pipeline test spi 2

SIMSBIOHUB-360: Bug fix pipeline test spi 2 #639

Workflow file for this run

# Add automated comments to the PR
name: Add Comments
on:
pull_request:
types: [opened, ready_for_review]
branches-ignore:
- test
- prod
jobs:
addOpenshiftURLComment:
name: Add Openshift URL Comment
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Add Comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.number }}
body: |
Openshift URLs for the PR Deployment:
- App Route: https://biohubbc-app-${{ github.event.number }}-af2668-dev.apps.silver.devops.gov.bc.ca/
- Api Route: https://biohubbc-api-${{ github.event.number }}-af2668-dev.apps.silver.devops.gov.bc.ca/
- Pods: https://console.apps.silver.devops.gov.bc.ca/k8s/ns/af2668-dev/pods?name=${{ github.event.number }}