Skip to content

NERT-191 Lists keyboard navigation issue #177

NERT-191 Lists keyboard navigation issue

NERT-191 Lists keyboard navigation issue #177

Workflow file for this run

# Add automated comments to the PR
name: Add Comments
on:
pull_request:
types: [opened]
branches:
- dev
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@v2
with:
issue-number: ${{ github.event.number }}
body: |
Openshift URLs for the PR Deployment:
- App Route: https://restoration-tracker-app-${{ github.event.number }}-d83219-dev.apps.silver.devops.gov.bc.ca/
- Api Route: https://restoration-tracker-api-${{ github.event.number }}-d83219-dev.apps.silver.devops.gov.bc.ca/
- Pods: https://console.apps.silver.devops.gov.bc.ca/k8s/ns/d83219-dev/pods?name=${{ github.event.number }}