Skip to content

feat: CE-1044-Add-Method-complaint-was-received-as-a-filter-option-for-CEEB #661

feat: CE-1044-Add-Method-complaint-was-received-as-a-filter-option-for-CEEB

feat: CE-1044-Add-Method-complaint-was-received-as-a-filter-option-for-CEEB #661

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: ${{ github.event.number }}
cancel-in-progress: true
jobs:
cleanup:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/.pr-close.yml@v0.5.0
secrets:
oc_namespace: ${{ secrets.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: helm
packages: backend frontend migrations