Skip to content

feat(be): Added missing status codes for Admin #1310

feat(be): Added missing status codes for Admin

feat(be): Added missing status codes for Admin #1310

Workflow file for this run

name: PR Closed
on:
pull_request:
types: [closed]
concurrency:
# PR open and close use the same group, allowing only one at a time
group: pr-${{ github.event.number }}
cancel-in-progress: true
jobs:
cleanup:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.8.3
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: label
packages: backend database frontend legacy processor
remove-tools:
name: Remove database and user
secrets: inherit
uses: ./.github/workflows/.tools-cleanup.yml
promote-tools:
name: Promote tools
runs-on: ubuntu-24.04
steps:
- uses: shrink/actions-docker-registry-tag@v4
with:
registry: ghcr.io
repository: ${{ github.repository }}/legacydb
target: ${{ github.event.number }}
tags: latest