Skip to content

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 #436

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0

fix(deps): update dependency org.springframework.boot:spring-boot-starter-parent to v3.4.0 #436

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.workflow }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
cleanup:
name: Cleanup and Images
uses: bcgov/quickstart-openshift-helpers/.github/workflows/[email protected]
secrets:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_token: ${{ secrets.OC_TOKEN }}
with:
cleanup: label
packages: backend frontend